forked from jaywala/cs3900_error_not_found
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathz3466227.txt
64 lines (53 loc) · 1.84 KB
/
z3466227.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
Week 2
Group formed.
Participated in group brainstorming.
Created a google drive to share the project ideas.
Typed initial ideas in the work document.
Expanded on other member's ideas.
Drafted epics for some project ideas so we can compare,
which project idea is best.
Raised concern for project ideas, to ensure we choose a viable project.
Researched on blockchains to see if one of our ideas are viable.
Week 3
Participated in the team meeting on Wednesday.
Main achievements from the meeting: decided on project and epics.
Wrote a draft of the proposal.
Week 4
Helped set up auth0.
Completed a Django tutorial for understanding purposes.
Week 5
Worked on modeling the database, specifically the Advertisement Class and
everything related to posting an ad.
Set up admin page to play with database.
Looked into Auth0 user handling integration with our app.
Bug fixes in Event Class.
Looked into/started writing methods to access and modify database.
Week 6
Finished writing getters and setters for models.
Helped with the importData code to populate database with dummy data.
Started seriealizers tutorial to create end points to connect with frontend
, A.K.A REST API.
Week 7
Worked on REST API.
Week 8
Trying to solve token issue.
Realised it was not worth solving that issue.
Took out token related code.
Week 9
Did not work on project.
Week mid-sem break
Group online meeting to rebase on what everyone is up to.
Discussed and agreed on URL patterns.
Coded initial views.py, urls.py, models.py.
Tested views.
Week 10
Made several adjustments to models to make front and backend consistent.
Made PropertyImage views.
Week 11
Made search views function for search module.
Fixed Events validity issues.
Incorporated booker user type into models.
wrote a send email function.
Week 12
Making sure the back and frontend are GETTING and POSTING the right data.
Fixing bugs.