Skip to content

Commit 66dee64

Browse files
Updated readme
1 parent d0f331f commit 66dee64

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,40 @@ A marketplace for students/groups to find creative and challenging projects to w
66

77
## Features
88

9+
- [ ] Common Templating Source (Harris)
910
- [ ] Authentication Module (Naman)
1011
- [X] Create (Register) User
1112
- [ ] Add Form Styling
1213
- [ ] Seperate Login/Register/Profile Template Files
1314
- [X] Login
1415
- [X] Integrate with Django Authentication System
15-
- [ ] Change Password (sending email)
16+
- [ ] Change Password
1617
- [ ] Password Reset (sending email)
18+
- [ ] Student Model using OneToOneField
19+
- [ ] Teacher Model using OneToOneField
20+
- [ ] Engineer Model using OneToOneField
1721
- [ ] Project Module (Harris)
1822
- [X] View Projects List
1923
- [ ] View Project
2024
- [ ] Create Project (Name, Description)
2125
- [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)
2828
- [ ] Groups Module
2929
- [X] Create Groups
3030
- [X] Add Users to Groups
3131
- [X] List Groups your in
3232
- [X] List members in group
3333
- [ ] 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)
3543

3644
## Contributors
3745

0 commit comments

Comments
 (0)