Closed jacob-macleod closed 3 months ago
Rewrote spaced repetition algorithm to improve it and make it more flexible
[x] Does backend/database/database_config.py have the type of production?
backend/database/database_config.py
production
[x] Does frontend/src/api/config.js have the correct server url, reading from the deployed instance at http://dolphinflashcards.com/api/?
frontend/src/api/config.js
http://dolphinflashcards.com/api/
[x] If not merging development to main, is the MR title prefixed with MAJOR, MINOR or PATCH?
development
main
MAJOR
MINOR
PATCH
[x] Has backend/__init__.py been updated with the relevant version, following the semantic versioning standard
backend/__init__.py
[x] Has CHANGELOG.md been updated to explain the new version?
CHANGELOG.md
MINOR: Improved spaced algorithm
Description
5.1.0 - 2024-09-01
Fixed
Changed
Rewrote spaced repetition algorithm to improve it and make it more flexible
Pull Requestor Checklist
[x] Does
backend/database/database_config.py
have the type ofproduction
?[x] Does
frontend/src/api/config.js
have the correct server url, reading from the deployed instance athttp://dolphinflashcards.com/api/
?[x] If not merging
development
tomain
, is the MR title prefixed withMAJOR
,MINOR
orPATCH
?[x] Has
backend/__init__.py
been updated with the relevant version, following the semantic versioning standard[x] Has
CHANGELOG.md
been updated to explain the new version?