Commit Graph

193 Commits

Author SHA1 Message Date
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
dependabot[bot] 35dae1c507
Bump pyjwt from 2.3.0 to 2.4.0 (#113)
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gowtham Sai <66207607+gowtham3105@users.noreply.github.com>
2022-05-28 20:09:08 +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 dd4321f2a3 Merge remote-tracking branch 'origin/main' 2022-05-23 23:18:42 +05:30
gowtham 2d1be915db Added updated at for applications 2022-05-23 23:18:09 +05:30
dependabot[bot] 8b2f5477ac
Bump charset-normalizer from 2.0.9 to 2.0.12 (#98) 2022-05-23 17:46:46 +00:00
dependabot[bot] 6dc2acd1a6
Bump lazy-object-proxy from 1.6.0 to 1.7.1 (#101) 2022-05-23 17:45:36 +00:00
dependabot[bot] ac1d1b671e
Bump django from 3.2.12 to 3.2.13 (#99) 2022-05-23 17:45:21 +00:00
dependabot[bot] 643a8cae99
Bump django-db-logger from 0.1.11 to 0.1.12 (#100) 2022-05-23 17:44:58 +00:00
dependabot[bot] 9cf939c0fd
Bump google-auth from 2.6.3 to 2.6.6 (#104) 2022-05-23 17:44:37 +00:00
gowtham 6df1d3571a Admin Description only gives email_verified ones 2022-05-23 00:21:47 +05:30
Gowtham Sai 530c2d79c4
Delete dependabot.yml 2022-05-19 19:31:59 +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 aa6a515c13 gitignore updated 2022-05-19 19:13:17 +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
dependabot[bot] ba0b5dbe0f
Merge pull request #97 from CDC-IITDH/dependabot/pip/mccabe-0.7.0 2022-04-10 17:56:08 +00:00
dependabot[bot] 76d2ffe584
Bump mccabe from 0.6.1 to 0.7.0
Bumps [mccabe](https://github.com/pycqa/mccabe) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/pycqa/mccabe/releases)
- [Commits](https://github.com/pycqa/mccabe/compare/0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: mccabe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 17:55:46 +00:00
dependabot[bot] 3fa9e21496
Merge pull request #94 from CDC-IITDH/dependabot/pip/platformdirs-2.5.1 2022-04-10 17:55:09 +00:00
Gowtham Sai dd444e14f5
Merge branch 'main' into dependabot/pip/platformdirs-2.5.1 2022-04-10 23:24:52 +05:30
dependabot[bot] 76a5f5435f
Merge pull request #96 from CDC-IITDH/dependabot/pip/pytz-2022.1 2022-04-10 17:54:26 +00:00