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

Document the process/files for new search page #325

Open
2 tasks
ryscher opened this issue Oct 31, 2024 · 2 comments
Open
2 tasks

Document the process/files for new search page #325

ryscher opened this issue Oct 31, 2024 · 2 comments

Comments

@ryscher
Copy link
Member

ryscher commented Oct 31, 2024

  • Document where the URL goes
  • What the frontend files do
@ryscher ryscher converted this from a draft issue Oct 31, 2024
@ryscher
Copy link
Member Author

ryscher commented Nov 1, 2024

Where the URLs go

  • /v1 -- builtin django stuff
  • v1/people/1 -- builtin django stuff
  • /search
  • /search/pi/1 --> backend/cic/views.py:pi_detail
  • /search/people/pi/1 --> backend/search/views.py:pi_detail

@ryscher
Copy link
Member Author

ryscher commented Nov 1, 2024

Updates to cleanup

  • There is mostly duplicated stuff between "cic" and "search". Deprecate the stuff in "cic", but leave it until we know it's not needed
  • eventually, we will want to simplify some of the URLs, but wait until stuff is mostly working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant