-
Notifications
You must be signed in to change notification settings - Fork 350
Description
It has forever been suggested the merge of the userpage into the vaultpage, since both pages request data based on a query and display it in a similar manner.
Discussion on gitter has produced a few keypoints:
-
Since userpage needs to search the user google's account for unstubbed brews, vaultpage would have to do that as well, this is unpractical, and a decision has been made to try to fix that before, by running a script to update such brews. Add Google service account to file permissions #4352 has been raised durinng that discussion to take care of google permission issues required for this, and that should help make the google files premissions be more precise, more info in that PR
-
Since listPage contains a navbar with filters for the files, that will have to be remade. from here on out, all those filters will be built into the query, as they are in vaultPage.
-
Pagination on the server side will be implemented for the userpage, to better match with vaultPage
There also has been talk about adding more filters such as renderers, or tags
Anoter important point, searching by tags must be done or lost in userpage.