@@ -6,32 +6,40 @@ A marketplace for students/groups to find creative and challenging projects to w
6
6
7
7
## Features
8
8
9
+ - [ ] Common Templating Source (Harris)
9
10
- [ ] Authentication Module (Naman)
10
11
- [X] Create (Register) User
11
12
- [ ] Add Form Styling
12
13
- [ ] Seperate Login/Register/Profile Template Files
13
14
- [X] Login
14
15
- [X] Integrate with Django Authentication System
15
- - [ ] Change Password (sending email)
16
+ - [ ] Change Password
16
17
- [ ] Password Reset (sending email)
18
+ - [ ] Student Model using OneToOneField
19
+ - [ ] Teacher Model using OneToOneField
20
+ - [ ] Engineer Model using OneToOneField
17
21
- [ ] Project Module (Harris)
18
22
- [X] View Projects List
19
23
- [ ] View Project
20
24
- [ ] Create Project (Name, Description)
21
25
- [X] Company Module (Jacob)
22
- - [X] View Company List
23
- - [X] View Company
24
- - [X] Show Users in Company
25
- - [X] Create Company (Name, Description)
26
- - [X] Many-To-Many Relationship w/ User Model
27
- - [X] Advanced Company Profiles (Picture, Website)
26
+ - [ ] University Model
27
+ - [ ] Class Model (belongs to University)
28
28
- [ ] Groups Module
29
29
- [X] Create Groups
30
30
- [X] Add Users to Groups
31
31
- [X] List Groups your in
32
32
- [X] List members in group
33
33
- [ ] Advanced Group Profiles (Strengths, Weaknesses)
34
- - [ ] Member - Profile (Major, Year, Skills, Experience, Resume, etc)
34
+ - [ ] Student Profile (Major, Year, Skills, Experience Resume, etc)
35
+ - [ ] Teacher Profile (Contact Info)
36
+ - [ ] Engineer Profile (Alma Mater, About, Contact Info, etc)
37
+ - [ ] Inter-Model Associations
38
+ - [ ] Student + Group (Student manytomany Group)
39
+ - [ ] Group + Project (Group manytoone Project)
40
+ - [ ] Student + University (Student belongsTo University)
41
+ - [ ] University + Class (Class belongsTo University)
42
+ - [ ] Engineer + Company (Engineer manytomany Company)
35
43
36
44
## Contributors
37
45
0 commit comments