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
6. As a user, I want to be able to search for posts made on a particular day, so that I can search for a post in a more specific manner. (Alexis Wang)
#7
Open
ethantanjw opened this issue
Sep 11, 2024
· 0 comments
Impact: The ability to search for posts made on a specific day provides users with more precise search functionality, which is valuable for users who want to quickly retrieve content from a particular time period. However, it is not a critical feature for the core functionality of the application, making its impact medium rather than high.
Effort: We think that this can be done with specific database queries to identify whether each post's date matches the date that we are looking for. However, this will likely require effort from us to understand the database scheme and how dates are structured in Nodebb, making this a medium effort requirement.
(No dependencies)
The text was updated successfully, but these errors were encountered:
LeeMEow23
changed the title
6. As a user, I want to be able to search for posts made on a particular day, so that I can search for a post in a more specific manner.
6. As a user, I want to be able to search for posts made on a particular day, so that I can search for a post in a more specific manner. (Alexis Wang)
Sep 11, 2024
We rank this user story as 6th because:
Impact: The ability to search for posts made on a specific day provides users with more precise search functionality, which is valuable for users who want to quickly retrieve content from a particular time period. However, it is not a critical feature for the core functionality of the application, making its impact medium rather than high.
Effort: We think that this can be done with specific database queries to identify whether each post's date matches the date that we are looking for. However, this will likely require effort from us to understand the database scheme and how dates are structured in Nodebb, making this a medium effort requirement.
(No dependencies)
The text was updated successfully, but these errors were encountered: