Skip to content

Release 3.0.1

Compare
Choose a tag to compare
@Doca Doca released this 29 Jan 09:17
· 775 commits to develop since this release

Added

  • [UI] User can her history of work shifts
  • [UI] User can see upcoming shifts (the shifts she signed up for)
  • Delete user: User can delete her account - the data is anonymized
  • Social Impact Lab was added as supporter

Changed

  • updated translations and wording
  • [UI] Account creation: There is now an explicit message on account creation form explaining what happens here. (users often mistake the creation form for the login form)
  • [UI] Account creation: The help texts have been improved
  • Maps: Google Maps links have been removed, Openstreetmap links have been added
  • several static information webpages (e.g FAQ) have been migrated from static html sites to django-flatpages
  • Do not throw away user entered data during registration (It is fairly frustrating for new users to have te re-enter e-mail
    addresses and passwords etc.)

Fixed

  • default PostgreSQL settings have been fixed
  • several PEP8 fixes of the source code (whitespaces, empty lines, lowercase variables)
  • fix of registration form
  • small fix of README.md
  • ordering of facilities at landing page fixed
  • add psycopg2 to requirements.txt

Removed

  • Google maps (see Changed)
  • several static webpages (see Changed)