beedawn / scrapescholar

This is a tool to assist with systematic literature reviews. It provides a web interface to interact with academic database APIs.
2 stars 0 forks source link

US-4 : FR4 - The system shall save 300 user searches so users can reference them in the future. - Front End #66

Closed beedawn closed 1 month ago

beedawn commented 1 month ago

Priority: 10 High Estimation: 13 Risk: Low Title: US-4 Requirement: R4

This task is specifically for the front end implementations of US-4

User Story 

As a user, I want my search results to be retained so I can reference them in the future so that I do not have to recall searches I made previously.

Acceptance Criteria 

Given user submits a search  When search results are returned  Then the search results are saved and added to a list

Definition of Done

beedawn commented 1 month ago

Only thing left is test to verify drop down works with tests, so we need to decide on how the backend is going to provide searches back to the UI then I can make mock data to accommodate this logic

beedawn commented 1 month ago

working on tests to verify selecting on input in dropdown loads some results then this should be complete

beedawn commented 1 month ago

completed 10/7