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 need to review what pages are provided by CKAN, and determine which ones we need but haven't done design for and which are outside of our scope and should be suppressed.
Enumerate the routes CKAN exposes - probably, flask has a routes configuration we can look through
Triage those routes into 3 batches: needed and designed, needed but need design, not needed
Create issues for pages that need design
Create issues for implementing those designs
Create issues to remove unused routes
The text was updated successfully, but these errors were encountered:
The CKAN endpoints with views are enumerated in the Wiki (currently here) The only pages with design are in the "Home" group.
All of the CKAN-provided websites have a basic design that is continued with minimal change in the MVP. Future UX and designers may want to view how these pages are implented in benchmark sites (which often use standard CKAN templates).
The volunteer page is currently designed as a new page at the top level, which will need a new framework in Flask to create the route/controller/template.
We need to review what pages are provided by CKAN, and determine which ones we need but haven't done design for and which are outside of our scope and should be suppressed.
The text was updated successfully, but these errors were encountered: