We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6434ed commit 7547e68Copy full SHA for 7547e68
README.md
@@ -18,3 +18,11 @@ Nothing really comes close.
18
19
### PostgreSQL
20
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