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

Commit 29b0407

Browse files
author
bgrove1974
committed
Update README
1 parent 90dac70 commit 29b0407

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.rdoc

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
This is an API for the Code for Vegas Informed Voter app built using Ruby 2.1.2 and Rails 4.1.4.
22
The app was generated using the 'rails-api' gem.
3-
There are currently four endpoints: User, Issues, Candidates, and Elections.
4-
Each endpoint controller has one database entry.
5-
The routes.rb file still needs to be updated.
3+
There are currently four endpoints: User, Issues, Candidates, and Elections.
64
The API is versioned with "versionist" gem.
5+
The database is SqLite3.
76

8-
<<<<<<< HEAD
97
To Do:
108

11-
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.
12-
=======
13-
Done:
14-
15-
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 returned when a user is created. UUID is a string. UUID is stored so that the address can be recalled using UUID.
16-
>>>>>>> uuid
9+
1. Update database by entering dummy data to see if we can find what we want to find. There are currently 2 users with the same address but different IDs and UUIDs in the Users database.

0 commit comments

Comments
 (0)