Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

53 lines (41 loc) · 1.13 KB

Versions

0.1.2

Release date: 18.04.2020

  • Introduce swagger REST API
  • Introduce REST authorisation
  • Add rest framework settings
  • Document available REST API endpoints
  • Implement api route to retrieve single quote
  • Put admin management into doc
  • Introduce django restframework

0.1.1

Release date: 17.04.2020

  • Link login button to the main page
  • Implement templates for login & registration
  • Configure 'django registration' settings

0.0.2

Release date: 01.03.2020

  • Cover WEB UI tests on 'delete a quote' functionality
  • Create test on 'add new quote' functionality
  • Implement 'edit current quote' test
  • Specify 'chrome-path' executable
  • Cover home page with WEB UI tests
  • Support unique ids for web items
  • Cover project with API tests

0.0.1

Release date: 31.03.2020

  • Deploy application on heroku
  • Demonstrate usage
  • Cover settings with unittests
  • Create user for administration
  • Check flake for unused arguments
  • Support 'delete quote' route
  • Introduce 'edit quote' route
  • Introduce 'new quote' route
  • Implement 'detail quote' route
  • Introduce 'quotes' template