Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for unused pages #15

Open
1 of 5 tasks
nyarly opened this issue Apr 27, 2023 · 1 comment
Open
1 of 5 tasks

Check for unused pages #15

nyarly opened this issue Apr 27, 2023 · 1 comment

Comments

@nyarly
Copy link
Member

nyarly commented Apr 27, 2023

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
@nyarly nyarly added the needs expansion Recorded as a quick note. Needs to be fleshed out label Apr 27, 2023
@nyarly nyarly removed the needs expansion Recorded as a quick note. Needs to be fleshed out label Jun 16, 2023
@TonyDelgadoWillis
Copy link
Member

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.

@Rabia2219 Rabia2219 moved this to New User Story Approval in P: ATD: Project Board Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New User Story Approval
Development

No branches or pull requests

3 participants