You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to link to one particular programme transcription (#20) but mostly to a particular search. This means we have to store the form state in the URL, and be able to initialize from it.
I haven't fully understood how this works in Vue.js, but seems to be related to the Vue Router. Some links:
He añadido VueRouter para poder tener una estructura básica de la web, lo cual permite por ejemplo crear y enlazar a una transcripción de un programa completo (#20). Aún no he conseguido entender cómo guardar y recuperar el estado del formulario en la URL al hacer una búsqueda. 🤷♂
He conseguido guardar y leer la query en la URL. He usado vuex-router-sync y he hecho el router global. Seguramente me sobren piezas y no sea lo más elegante, pero funciona. Faltaría guardar también el rango de fechas, tal vez, pero esto era lo más importante, y la estructura está montada, sería luego extender.
We want to be able to link to one particular programme transcription (#20) but mostly to a particular search. This means we have to store the form state in the URL, and be able to initialize from it.
I haven't fully understood how this works in Vue.js, but seems to be related to the Vue Router. Some links:
The text was updated successfully, but these errors were encountered: