eba-diary / Travelogues-webapp

Web application for Nile Travelogues
https://travelogues.travelersinegypt.com/
GNU General Public License v3.0
0 stars 0 forks source link

Implement search page #5

Closed fechan closed 4 years ago

fechan commented 4 years ago

The search page was never fully implemented, but the API endpoint for it is there. The front-end just needs to be created.

fechan commented 4 years ago

Search page will require another API endpoint that populates options like contributor type checkboxes and dropdowns for gender and nationality.

fechan commented 4 years ago

The endpoint discussed above is implemented. I had to make a whole bunch of changes to the Search endpoint as well, which should make it behave correctly. Those changes made it looks even hairier than it was before, and it could stand a bit of cleanup.

At minimum, the list of publications needs to be displayed on the search page, which should be easy to do compared to everything else.

fechan commented 4 years ago

Search page is done!!!