-
Notifications
You must be signed in to change notification settings - Fork 1
/
features.yml
43 lines (36 loc) · 1.05 KB
/
features.yml
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
42
43
Dashboard:
People:
# invidivual designers/engineers
Post:
- summary [< 100 chars]
- markdown description textarea [average 500-2k chars?]
- tags input
Table:
# lists all individuals, with pagination
- search bar [tags, includes x]
- random/by username [ascending/descending]
- displays user avatar
Projects:
Post:
- summary [< 100 chars]
- markdown description textarea [average 500-2k chars?]
- tags input
Submit:
- Git link to project (doesn't have to be code?)
- website [optional]
Table:
# lists all projects, with pagination
- search bar [tags, includes x]
- random/by title/by project name [ascending/descending]
- displays creator avatar
Profile:
Posts:
- toggle button for user post/project post
- edit button (returns to respective post page)
- delete button
- Displays
- Log Out
Footer:
- contact email
- © Devcord 2019
- report an issue (https://github.com/Devcord/hackathon/issues)