Skip to content

Releases: BDE-ISATI/wei-api-v4

Release v2

28 Aug 12:48
Compare
Choose a tag to compare
  • Fixed a bug where unwanted caracters would cause the backend to not find challenges/teams/users
  • Fixed mails not being sent for validation
  • Fixed CORS
  • Added cache on some functions
  • Various optimisations

Release v1

20 Aug 12:47
Compare
Choose a tag to compare

Functionnalities :

  • Challenge management : Create, Update, Request, Validate, To do
  • Team management : Create, Update, Join, Validate Join, Leave
  • User management : Linked with cognito, automatic points calculation
  • Picture upload through ID/upload link system
  • Admin accounts
  • Cached GET functions (~50ms response time when cached, cache persistence can be changed through template variable)

Future release :

  • Delete team and challenges
  • Various optimisations

Beta 1

13 Aug 13:39
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

Added optional API calls : leave_team
Reduced response time of get_all functions with caching
Bugfixes

Alpha 2

09 Aug 20:42
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

Better authorization handling, reduced total dynamodb request count, bugfixes

Alpha 1

09 Aug 10:29
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

First working version, needs heaving testing + optional functionalities.