Revisions and Commits
Revisions and Commits
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T120037 Vital Signs: Please provide an "all languages" de-duplicated stream for the Community/Content groups of metrics | |||
Resolved | None | T120036 Vital Signs: Please make the data for enwiki and other big wikis less sad, and not just be missing for most days | |||
Resolved | odimitrijevic | T130256 Wikistats 2.0. | |||
Resolved | None | T160370 Initial Launch of new Wikistats 2.0 website | |||
Resolved | mforns | T170457 Define, Document (and test) Desktop and Mobile browser support for wikistats 2.0 | |||
Resolved | • fdans | T170458 Set up continuous integration for wikistats 2.0 UI | |||
Resolved | mforns | T170459 Cleanup Routing code |
Event Timeline
Comment Actions
In my opinion, we could remove vue-router as a dependency and use just a simple component that mirrors some property from the $store to the url and vice versa. That's what I had in mind with cleaning up the routing code. This way, whenever we add something that needs to be mirrored to the URL, it's a small change in the $store and the routing continues to work. It would also make the source smaller because vue does a bunch of stuff we don't need.
Comment Actions
Hi @fdans !
I was finally able to rebase the code and push.
I tested this thoroughly and I think it can be deployed.
Please, review and merge if OK.
Cheers!