-
Notifications
You must be signed in to change notification settings - Fork 0
/
steps.txt
146 lines (124 loc) · 3.27 KB
/
steps.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
side bar
cats=[
{
"id": '1',
'name' : 'charity',
'pic':'pic1.jpg',
'desc':'this are the projects related to charity'
}
]
# ask about the images and the tags
projects=[
{
"id": '1',
'cat_id': '1',
"user_id": '1',
'title' : 'charity',
'details' : 'this is a charity project',
'pic':'pic1.jpg',
"target": 1000,
'tags': ['charity','help','donate'],
'start_date': '2020-01-01',
'end_date': '2020-01-01',
'status': 'active'
},
]
imges=[
{
"id": '1',
'project_id': '1',
'img' : 'pic1.jpg',
'date': '2020-01-01'
}
]
comments=[
{
"id": '1',
'project_id': '1',
'comment' : 'this is a charity project',
'user_id': '1',
'date': '2020-01-01'
}
]
project_reports=[
{
"id": '1',
'project_id': '1',
'report' : 'this is a charity project',
'user_id': '1',
'date': '2020-01-01'
}
]
comments_reports=[
{
"id": '1',
'comment_id': '1',
'report' : 'this is a charity project',
'user_id': '1',
'date': '2020-01-01'
}
]
donations=[
{
"id": '1',
'project_id': '1',
'amount' : 100,
'user_id': '1',
'date': '2020-01-01'
}
]
ratings=[
{
"id": '1',
'project_id': '1',
'rating' : 5,
'user_id': '1',
'date': '2020-01-01'
}
]
===========================================
==================views====================
===========================================
## category will be added from admin panel (Done)
=================youssef==================
1- create project end point (Done)
2- cancel project end point
3- edit project end point (Done)
4- project details end point (Done)
5- category end point (Done)
6- get all projects end point (Done)
7- get all projects by category end point
=================mohamed==================
1- donations end point (to be handeled with the team)
2- comments end point (Done)
3- project reports end point (Done)
4- comments reports end point (Done)
5- ratings end point (to be handeled with the team)
===========================================
==================Templates================
===========================================
1- home page
2- project details page
3- create project page (form)
4- edit project page(form)
5-
===========================================
==================Done====================
===========================================
1- authentication (Not Done)
2- projects
a- create project (Done)
c- edit project (Done)
d- project details (Done)
e- get all projects (Done)
g- comments (Done)
h- project reports (Done)
i- comments reports (Done)
l- categoris end point (Done)
f- get all projects by category (done) yuusef
j- ratings (done) mohamed
k- donations (done)
b- cancel project (still)youssef
z- search (still) ----None----
3- imges (done)
x- tags