-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md~
32 lines (23 loc) · 922 Bytes
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# rails_proj2_STORY
Title: RailsDeCal 2016 Project 2: STORY
Team Members: Leeren Chang, Iris Chen, Ian Lee, Justin Luke
Demo Link: < >
Idea: An application where users can have fun collaboratively creating stories.
Models and Description:
User
has username, photo, email, password, points, posts, stories
Story
has beginning, has score, and belongs to a User
Post
has content, has success, belongs to a Story, and belongs to a User
Features:
Users can log in
Users can create Stories and Posts
Users can like, un-like, dislike, un-dislike Stories and Posts
Users can have points (compete with other Users)
Users can have a profile picture
Division of Labor:
Leeren: Made models, controllers, seed, point thresholds
Iris: Made upvote/downvote feature, seed, CSS, views
Ian: Made Post/Story controller functions, seed, points, CSS, Bootstrap
Justin: Made sorting feature, validations, seed, CSS, Bootstrap, jQuery