Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 08:00
· 6 commits to dev since this release
  • reworked the domain layer
    • now uses NotifierProvider instead of Provider to implement business logic
    • improved data processing in QuizGameNotifier
    • re-delegated responsibilities: improvement of the SRP principle
    • added QuizIteratorBloc, CategoriesNotifier, TokenNotifier, QuizConfigNotifier
  • added method of getting and resetting TriviaTokenRepository token
  • fixed a bug in limiting the number of requests per second to the Trivia service
  • the project has been renamed the "Quiz Prize".
  • fixed small bugs in the interface
  • added bonus for those who completed the entire quiz 🎉
  • optimized query to the service of receiving quizzes and processed all possible server exceptions
  • reorganization of folders in ui layer, now instead of controllers we use more semantically succinct presenters
  • additional examples for working with "Cardoteka" were demonstrated
  • better documentation and commenting of complex code points
  • configured github actions processes for building and publishing apk artifacts
  • screen has become limited in height (as it was previously limited in width)