-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathReadme
41 lines (35 loc) · 1.48 KB
/
Readme
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
32
33
34
35
36
37
38
39
40
41
This is the give camp project
Pages
- Login
- Validation Credentials against CouchDB - In progress (Dave/Scott)
- Registration
- Create user with e-mail address & Password - There is some code there
- Ask a question
- Title, Description, Select a tag
- UI on top of all of this. - Being developed by those dudes over there
DONE - Service endpoint - GET - DONE
- createquestion : authenticated
- List of possible tags along with description
- TagName
- TagDescription
DONE - Service endpoint - POST - DONE
- createquestion : authenticated
- Title
- Content
- Selected tag : TagName
- List of questions by time
- List of tags to filter with
- View a question page
- Add an answer - DONE
- Mark an answer as the accepted answer - DONE
- Vote up/vote down - DONE
- Delete/modify an answer - DONE
- Show ALL the answers on the page - DONE
- Ordered by vote count - Client side
- Show top answer at the top - Client side
- Managing tags page
- Manage lists
- Manage users
- Promotion/moderation
- Tags
- Description shouldn't be stored on a question, so we can change it