Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 2c216c3

Browse files
author
bgrove1974
committed
Update README
1 parent 147c284 commit 2c216c3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.rdoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Each endpoint controller has one database entry.
55
The routes.rb file still needs to be updated.
66
The API is versioned with "versionist" gem.
77

8-
Questions:
9-
1. Should I wrap the models and serializers in the V1 module?
10-
2. How should the routes be configured? Should candidates, elections, and issues be nested under users?
11-
3. How should the tests be updated?
12-
4. Should we bother with the presenters folder that was created with the versionist gem scaffold?
13-
5. Should there be code in config/routes.rb that enforces JSON response format?
8+
To Do:
9+
10+
Create UserID category for user that generates random UUID and save it. This UUID will be tied to the address. A new UUID is created each time an address is entered. UUID is stored so that the address can be recalled using UUID. UUID is returned when a user is created. UUID is a string.

0 commit comments

Comments
 (0)