Commit Graph

153 Commits

Author SHA1 Message Date
Jaya Surya 4239dbc76c updates 2023-08-01 22:39:06 +05:30
Jaya Surya e6e420ccea updates 2023-08-01 16:33:36 +05:30
Jaya Surya 67994a5429 email verification 2023-07-29 17:39:34 +05:30
karthikmurakonda 7baa25f152 fixed optional companydescription field 2023-07-26 22:32:15 +05:30
karthikmurakonda 35a9918a9e corrected email and subject of form response 2023-07-25 22:26:52 +05:30
karthikmurakonda 6642e14951 Make pdf improvements 2023-07-25 12:36:59 +05:30
karthikmurakonda d94257a53e fix internapis 2023-07-25 09:47:59 +05:30
karthikmurakonda c408eb4d0f remove print statements 2023-07-25 02:02:39 +05:30
karthikmurakonda e3d111e8d5 added internship view 2023-07-25 00:34:39 +05:30
karthikmurakonda 47be3b8190 init interns support 2023-07-24 19:00:52 +05:30
karthikmurakonda 4e85772557 init views and add season attribute to internship 2023-07-13 00:03:48 +05:30
karthik mv 93da7aeeae
Merge branch 'main' into intern_models 2023-07-11 19:31:39 +05:30
Kovilapu Karthik Karthik e436d42ae9 modified constants.py 2023-06-29 05:45:45 +05:30
Kovilapu Karthik Karthik abc4c6f0bb added all models 2023-06-29 05:41:33 +05:30
karthik mv 7973e278c7
Merge pull request #157 from CDC-IITDH/authentication
Implemented new sign in with google authentication API
2023-06-26 23:34:05 +05:30
Kovilapu Karthik Karthik c8398ee3dc student_accepet view done 2023-06-14 02:02:05 +05:30
Kovilapu Karthik Karthik fecb2f3593 added field for offer acceptance 2023-06-11 00:06:36 +05:30
karthikmurakonda 5a51147f31 changed admins email. 2023-06-06 23:07:24 +05:30
Jaya Surya P 8f763a1f05
Update utils.py 2023-06-06 16:59:12 +05:30
karthik mv 4ca4761a25
Merge branch 'main' into authentication 2023-06-06 11:09:59 +05:30
Jaya Surya P 0c831f8235
Update utils.py 2023-06-05 20:53:26 +05:30
Jaya Surya P f678c47f01
Update constants.py 2023-06-05 20:52:10 +05:30
Jaya Surya 196dec66ee autoFill JNF draft 2023-06-02 22:44:07 +05:30
karthik mv 65fc6face4
Merge branch 'main' into gowtham/send-reminder-mails 2023-05-30 15:06:54 +05:30
karthikmurakonda fcf5089c04 Implemented new sign in with google authentication API 2023-03-04 17:17:17 +05:30
Gowtham Sai dbc875eabf minor fix to contributors api 2022-12-30 17:30:02 +05:30
karthik mv fb7d0550fe
Merge pull request #151 from CDC-IITDH/gowtham/email-notification&minor-fixes
Gowtham/email notification&minor fixes
2022-12-06 17:13:56 +05:30
Gowtham Sai cece6155cd
Sorting students by roll No by default (#150) 2022-12-06 16:22:27 +05:30
Gowtham Sai f41a0e85e9 Adding Email Notifications to ADMINS for Warning Logs or Above 2022-12-06 16:18:23 +05:30
Gowtham Sai d918735bf8 Minor changes and PPO-PSU check 2022-12-06 16:16:56 +05:30
Gowtham Sai 3f526a6850
Adding Stats API (#147) 2022-11-08 21:57:51 +05:30
Gowtham Sai 36a2f8c200
Adding an api call and service for Contributors page (#148) 2022-11-03 16:46:56 +05:30
Gowtham Sai 52b74e2e9f Send reminder mails service 2022-10-13 16:22:22 +05:30
Gowtham Sai 0058feb06e
Fixing timezone issue in opening mails (#146) 2022-10-13 16:22:10 +05:30
Gowtham Sai ae29e70f5b Checking PPO tier in Placement Rules 2022-10-08 13:20:41 +05:30
Gowtham Sai 2f7f76f733 updating max body size 2022-09-27 12:36:47 +05:30
Gowtham Sai bcab2f9371 Only sending mails for accepted offers 2022-09-20 15:49:20 +05:30
Gowtham Sai 75f7afd151 fixing issues related to datatypes 2022-09-20 01:34:27 +05:30
Gowtham Sai 7a740b56f1 updating modal for PPO 2022-09-20 00:48:49 +05:30
Gowtham Sai 9529f45062
sending emails to eligible students only and setting proper deadline. (#143) 2022-09-13 01:03:22 +05:30
Gowtham Sai 290639c032
Withdraw application (#142)
* Prod Changes (#135)

* bug fixes

* merge conlicts resolve

* minor bug fixes

* Send email to cdc on new opening.

* added email option while  jnf submission error

* Send alert email to cdc when error while submitting jnf by company

* fixing debug issue in setting

* setting offerAccepted to only superAdmins

* remove dev.env from git

* changed role to su

-cant give a person 3 roles (student,super_admin,admin) because of varchar(10) given earlier

* changing to s_admin

* added admin view for User modal

* withDraw Application api

Co-authored-by: karthik mv <karthik.murakonda14@gmail.com>
2022-09-12 11:26:09 +05:30
pavanvpatil 898539cde2
Email deadline date format changed (#140) 2022-09-12 11:25:16 +05:30
Gowtham Sai c4e33e5eeb
Prod (#141)
* Prod Changes (#135)

* bug fixes

* merge conlicts resolve

* minor bug fixes

* Send email to cdc on new opening.

* added email option while  jnf submission error

* Send alert email to cdc when error while submitting jnf by company

* fixing debug issue in setting

* setting offerAccepted to only superAdmins

* remove dev.env from git

* changed role to su

-cant give a person 3 roles (student,super_admin,admin) because of varchar(10) given earlier

* changing to s_admin

* added admin view for User modal

Co-authored-by: karthik mv <karthik.murakonda14@gmail.com>
2022-09-12 11:24:50 +05:30
karthikmurakonda 004773f3ce fixed google outh error 2022-09-11 23:59:14 +05:30
karthik mv 081a51c5ed
import export for data models in django admin (#138)
* import export for User and Student model

* export feature for placement, placementapplication, ppo.
2022-08-11 13:02:26 +05:30
Gowtham Sai 91794a4174
bug fixes (#137) 2022-08-05 10:50:29 +05:30
Gowtham Sai 761849297e
Limit Resumes per student (#136) 2022-08-05 10:50:07 +05:30
Gowtham Sai ce0f45d2bf removing prints 2022-07-28 18:06:05 +05:30
Gowtham Sai 756dd5ae61 notify new opening to students 2022-07-28 18:01:55 +05:30
Abhishek28112002 fa737c5978
Email notification from applications edits (#125)
* updater

* send email when application is created/edited by admin

* send email when application is created/edited by admin

* fixed: email not sending when application is edit

- indexed id for student.

* changing subject

* minor change

Co-authored-by: karthikmurakonda <karthik.murakonda14@gmail.com>
Co-authored-by: Gowtham Sai <66207607+gowtham3105@users.noreply.github.com>
2022-07-28 14:37:41 +05:30
karthik mv 4f18d2d540
Tracking object changes (#132)
* track history using simple django history

* tracking changes in model and saving api request sender

* minor fixes

* correcting requirements.txt

Co-authored-by: Gowtham Sai <66207607+gowtham3105@users.noreply.github.com>
2022-07-21 16:41:31 +05:30
gowtham 8b7d78a67f Aditional Info complete 2022-06-06 11:55:56 +05:30
gowtham 32395e17f6 Aditional Info Setup 2022-06-06 11:07:41 +05:30
karthik mv a5d620ec82
Merge pull request #121 from CDC-IITDH/updating-readme
Updated README.md in CDC_BACKEND directory
2022-06-01 23:22:47 +05:30
jp-karthik 3269496ab2 indentation issue 2022-05-30 19:41:30 +05:30
jp-karthik 28f78996f5 resume_list field updated 2022-05-30 19:32:46 +05:30
jp-karthik 14334e86c7 application example json object added 2022-05-30 19:25:14 +05:30
jp-karthik e0e1464965 fields updated 2022-05-30 18:10:45 +05:30
jp-karthik f95c4db108 some changes updated 2022-05-30 18:00:59 +05:30
jp-karthik ef973cbd7d new field 2022-05-30 14:29:58 +05:30
jp-karthik 93d375e820 NEW field added in getDashboard feature 2022-05-30 14:26:01 +05:30
jp-karthik 15ed38cfd6 object details updated 2022-05-29 15:18:01 +05:30
jp-karthik 9bb7de7a7d objects info updated 2022-05-29 15:09:32 +05:30
jp-karthik d873e73ee7 create all views 2022-05-29 13:32:54 +05:30
jp-karthik 8252f299e7 filled requirements 2022-05-29 12:21:21 +05:30
jp-karthik 7df2c52cab submitApplication 2022-05-29 12:18:58 +05:30
jp-karthik 6be4702888 submitApplication 2022-05-29 12:05:57 +05:30
jp-karthik 024018a920 getApplicationsindex 2022-05-29 11:50:53 +05:30
jp-karthik 7664c3e2b0 getApplications 2022-05-29 11:48:25 +05:30
jp-karthik 96496f22f7 first commit 2022-05-29 11:23:51 +05:30
niteeshchaudhary b87137a3d7
Issue111 (#119)
* issue resolved

* issue resolved
2022-05-28 20:02:27 +05:30
karthik mv db025d0259
new endpoints (#109)
* added getstudentapplication and editstudentapplication endpoints

- for admin views

* added student data to send

* format placement added.

* changed submitApplication

* merge fixes

* made refractorings

* minor changes in placement model

* Added updated at for applications

* removed log

Co-authored-by: gowtham <gowthamsai.workspace@gmail.com>
2022-05-24 15:07:32 +05:30
gowtham 2d1be915db Added updated at for applications 2022-05-23 23:18:09 +05:30
gowtham 6df1d3571a Admin Description only gives email_verified ones 2022-05-23 00:21:47 +05:30
gowtham 000aaf098a Merge branch 'main' of https://github.com/CDC-IITDH/cdc-placement-website-backend 2022-05-19 19:18:05 +05:30
gowtham 66deccce96 removed static files 2022-05-19 19:17:52 +05:30
gowtham 2dbef1c1d0 selection api updated 2022-05-19 19:10:58 +05:30
karthik murakonda 0a63fb0030 refractored code, renamed columns in pdf attachment 2022-05-03 01:41:00 +05:30
karthik murakonda 8c474e5c45 Bug fix:sending pdf attachments
- bool variable is_pdf is now initialized.
2022-05-03 01:26:25 +05:30
gowtham e3b5e422d3 Reformatted Code and Optimized Imports 2022-05-02 17:18:49 +05:30
gowtham c270e5b5b6 Reformatted Code and Optimized Imports 2022-05-02 17:16:56 +05:30
gowtham 4e6f3c6b8d AddPPO Api added
serializers.py updated
Modified Template with IF Cond
2022-05-02 15:30:02 +05:30
karthik mv f38f013cee
Send jnf response as pdf attachment (#107)
* Attach jnf response pdf after verifying email.

* add pdfkit to requirments.txt
2022-05-02 12:43:26 +05:30
gowtham 40e2075617 AddPPO Api added
serializers.py updated
Modified Template with IF Cond
2022-05-01 22:51:14 +05:30
gowtham 2f7aa91c95 Few Changes Done 2022-05-01 14:56:46 +05:30
gowtham 589f02f575 Changes for Deadline changes and email sending 2022-04-30 22:27:49 +05:30
karthik mv 4904d93a1b
added two templates: (#105)
- notify students on new opening
- reminder for them.
2022-04-25 13:35:27 +05:30
karthik mv 5450273a67
added recaptcha verification (#79) 2022-04-10 23:12:02 +05:30
karthikmv 90b2a56819 Revert "added recaptcha verification"
This reverts commit 7d8fe03b1a.
2022-04-09 22:12:34 +05:30
karthikmv 7d8fe03b1a added recaptcha verification 2022-04-07 17:04:57 +05:30
Gowtham Sai d3183db59f Fixed Bugs 2021-12-17 19:23:32 +05:30
Gowtham Sai 364a66be30 Added Verify Email Functionality 2021-12-17 17:15:56 +05:30
Gowtham 95fd24a776 Modified APIs 2021-12-16 23:05:04 +05:30
gowtham b314ff44bc Removed Security Leaks 2021-12-12 20:13:47 +05:30
gowtham 5201df7e90 Added Few More Apis and corrected a view 2021-12-12 19:14:27 +05:30
gowtham3105 1c9286f6fa Update README.md 2021-12-03 01:16:29 +05:30
gowtham3105 57071ff29f Many Issues Resolved
- Placement Modal Resolved
- Add Placement API Resolved
- Update Deadline API
- Update Offer Accepted API
- Update Email Verified API
- Update Additional Info API
- Profile API Changes: Added Offers
- Serializers are tested and changed to fit the new modals
- Latest Documentation
-All APIs Tested and Checked
2021-12-03 01:04:49 +05:30
Om Patil ca7b08d456
Added verify email template (#36)
* Added verify email template

* Requested changes made
- Changed message
2021-11-01 10:26:02 +05:30
CDC-IITDH 0560690192
Update admin.py 2021-10-24 21:00:30 +05:30
gowtham3105 ed0577a6ef Constants Update 2021-10-22 20:37:15 +05:30