Skip to content

Releases: avantifellows/portal-backend

v1.0.2

30 Aug 07:01
b229b5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Jul 07:07
c3f9319
Compare
Choose a tag to compare

Highlights

  • Refactoring code for Portal V2.
  • Logging is added.
  • New PRs on optimization by our intern Abhinav!

Next Steps

  • Optimizations: Shift student verification code, session occurrence search, etc. to db-service.

What's Changed

New Contributors

Full Changelog: v.1.0.0...v1.0.1

v.1.0.0

05 Dec 04:32
d913269
Compare
Choose a tag to compare

Highlights

  • Refactored code to make it more concise
  • Added a new API for teachers as users

Next Steps

  • Finish Logging
  • Load testing

What's Changed

Full Changelog: v.0.0.2...v.1.0.0

v.0.0.2

12 Oct 05:31
abd2bf2
Compare
Choose a tag to compare

Highlights

Added token to access DB service

Next Steps

  • Finish logging
  • Portal V2 launch to Haryana

Commits

Full Changelog: v0.0.1...v.0.0.2

v0.0.1

16 Aug 07:52
9620661
Compare
Choose a tag to compare

Hightlights

  • Created a FastAPI app to act as new Portal backend support
  • Built a JWT authentication API to create, verify and refresh tokens
  • Supports previously used APIs along with some new ones for CRUD operations with the new PostgreSQL database:
    * Group API
    * Session API
    * Student API
    * User API
    * Program API
    * Batch API
    * Group API
  • Supports registration/sign-up process

Next Steps

  • Replace the old backend with this app on Portal frontend
  • Replace the JWT library with a new, recent one

Commits

New Contributors

Full Changelog: https://github.com/avantifellows/portal-backend/commits/v0.0.1