Skip to content

Commit 7547e68

Browse files
author
Ferenc Hammerl
committed
Add user story details
1 parent f6434ed commit 7547e68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ Nothing really comes close.
1818

1919
### PostgreSQL
2020
Easy integration with Java, UUID as primary key natively, can index JSON objects.
21+
22+
## User stories
23+
### 1. List all polls created by a user
24+
Create an endpoint that takes an integer `userId` param and returns with an empty list or a list of polls
25+
### 2. Search polls by its title
26+
Create an endpoint that takes a string `title` param and returns with an empty list or a list of polls
27+
### 3. List all polls created after a certain date
28+
Create an endpoint that takes an ISO date `date` in param and returns with an empty list or a list of polls

0 commit comments

Comments
 (0)