Skip to content

Commit c091f3d

Browse files
committed
Harmonize section constants between frontend and backend and removed unused Inbox constant
1 parent ee280d6 commit c091f3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

common/components/enums/Section.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const Section = {
77
FindProjects: 'FindProjects',
88
MyProjects: 'MyProjects',
99
Profile: 'Profile',
10-
Inbox: 'Inbox',
1110
SignUp: 'SignUp',
1211
LogIn: 'LogIn',
1312
ResetPassword: 'ResetPassword',

common/helpers/constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ class FrontEndSection(Enum):
2727
Press = 'Press'
2828
ContactUs = 'ContactUs'
2929
Home = "Home"
30+
CreateProject = 'CreateProject'
31+
EditProject = 'EditProject'
32+
MyProjects = 'MyProjects'
33+
Profile = 'Profile'
34+
SignUp = 'SignUp'
35+
EditProfile = 'EditProfile'
36+
ThankYou = 'ThankYou'
37+
EmailVerified = 'EmailVerified'

0 commit comments

Comments
 (0)