Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
e02ee935
Commit
e02ee935
authored
1 year ago
by
Arun Kumar
Browse files
Options
Download
Patches
Plain Diff
merged samagra gitpod to uphrh gitpod
parent
e843dcd6
1 merge request
!2
merged samagra gitpod to uphrh main branch
Changes
81
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
apps/wrapper/applicant-portal/package.json
+2
-1
apps/wrapper/applicant-portal/package.json
apps/wrapper/applicant-portal/src/App.css
+4
-0
apps/wrapper/applicant-portal/src/App.css
apps/wrapper/applicant-portal/src/App.js
+3
-2
apps/wrapper/applicant-portal/src/App.js
apps/wrapper/applicant-portal/src/api/formApi.js
+8
-8
apps/wrapper/applicant-portal/src/api/formApi.js
apps/wrapper/applicant-portal/src/api/index.js
+60
-1
apps/wrapper/applicant-portal/src/api/index.js
apps/wrapper/applicant-portal/src/assets/json_files/messages.json
+11
-0
...pper/applicant-portal/src/assets/json_files/messages.json
apps/wrapper/applicant-portal/src/components/ApplicationCard.jsx
+51
-10
...apper/applicant-portal/src/components/ApplicationCard.jsx
apps/wrapper/applicant-portal/src/components/FormCard.jsx
+47
-0
apps/wrapper/applicant-portal/src/components/FormCard.jsx
apps/wrapper/applicant-portal/src/components/Header.jsx
+4
-0
apps/wrapper/applicant-portal/src/components/Header.jsx
apps/wrapper/applicant-portal/src/constants/apiConstants.js
+20
-3
apps/wrapper/applicant-portal/src/constants/apiConstants.js
apps/wrapper/applicant-portal/src/login/ApplicantLogin.jsx
+52
-10
apps/wrapper/applicant-portal/src/login/ApplicantLogin.jsx
apps/wrapper/applicant-portal/src/login/Register.jsx
+70
-37
apps/wrapper/applicant-portal/src/login/Register.jsx
apps/wrapper/applicant-portal/src/pages/AllApplications.jsx
+219
-21
apps/wrapper/applicant-portal/src/pages/AllApplications.jsx
apps/wrapper/applicant-portal/src/pages/CreateForm.jsx
+542
-74
apps/wrapper/applicant-portal/src/pages/CreateForm.jsx
apps/wrapper/applicant-portal/src/pages/Dashboard.jsx
+6
-6
apps/wrapper/applicant-portal/src/pages/Dashboard.jsx
apps/wrapper/applicant-portal/src/pages/MyApplications.jsx
+292
-55
apps/wrapper/applicant-portal/src/pages/MyApplications.jsx
apps/wrapper/applicant-portal/src/pages/PaymentResult.jsx
+54
-6
apps/wrapper/applicant-portal/src/pages/PaymentResult.jsx
apps/wrapper/applicant-portal/src/pages/Profile.jsx
+9
-5
apps/wrapper/applicant-portal/src/pages/Profile.jsx
apps/wrapper/applicant-portal/src/pages/StatusLogModal.jsx
+106
-0
apps/wrapper/applicant-portal/src/pages/StatusLogModal.jsx
apps/wrapper/applicant-portal/src/payment-config/config.json
+28
-0
apps/wrapper/applicant-portal/src/payment-config/config.json
with
1588 additions
and
239 deletions
+1588
-239
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets