Commit Graph

96 Commits

Author SHA1 Message Date
Lukáš Kucharczyk 410f20acea Improve purchase __str__ 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk d280fa3798 Disallow choosing non-game purchase as related purchase 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 29d6cb8a4a Version 1.5.0 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk c4fdefadb0 Order purchases by date on game view 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 7ba212e718 Add purchase types 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 8a433616c4 Add stat for finished this year's games 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 881e5df3d1 Version 1.4.0 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk fa6ac21b42 Adding new games is easier 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 827279fb3d Add backlog decrease count 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 55ff3cd1a9 Pre-fill year when adding edition 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 68d1bfc2b9 UX improvements
* ignore English articles when sorting names
  * added a new sort_name field that gets automatically created
* automatically fill certain values in forms:
  * new game: name and sort name after typing
  * new edition: name and sort name when selecting game
  * new purchase: platform when selecting edition
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 553030c08e Order devices alphabetically on new session form 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk b8df870cca Add more stats
* Finished (count)
* Unfinished (count)
* Refunded (count)
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 7781efd849 Add more stats
* All finished games
* All finished 2023 games
* All finished games that were purchased this year
* Total sessions
* Days played
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk b81989a352 Model changes
* More fields are now optional. This is to make it easier to add new items in bulk.
  * Game: Wikidata ID
  * Edition: Platform, Year
  * Purchase: Platform
  * Platform: Group
  * Session: Device
* New fields:
  * Game: Year Released
    * To record original year of release
    * Upon migration, this will be set to a year of any of the game's edition that has it set
  * Purchase: Date Finished
* Editions are now unique combination of name and platform
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 5e6a5a4024 simplify playtime range display 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 288bf65afb Version 1.3.0 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 1d0bafd72d Make some pages redirect back instead to session list 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 8ca62f32e3 Make navigation more compact 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 5bc04c463a Add stats link, year selector 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 0130ab0059 Limit stats of single year correctly 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk df5e605582 Version 1.2.0 2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk ade8a47c86 Add yearly stats page
Fixes #15
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 4dd6f13160 Add a button to start session from game overview
Fix #62
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk e1848caee9 Display durations in a consistent manner
Fixes #61
2023-11-18 09:22:25 +01:00
Lukáš Kucharczyk 693e1b1cd3 Add edit buttons to game overview, notes 2023-11-18 09:22:24 +01:00
Lukáš Kucharczyk 8eeeb9d3c9 Version 1.1.0 2023-11-18 09:22:24 +01:00
Lukáš Kucharczyk db7b60bdf2 Organize changelog better 2023-11-18 09:21:40 +01:00
Lukáš Kucharczyk 470426004e Fix session being wrongly considered in progress
Fixes #58
2023-11-18 09:21:40 +01:00
Lukáš Kucharczyk ac1f86cac3 Add game overview page
Fixes #8
2023-11-18 09:21:40 +01:00
Lukáš Kucharczyk 6000384c72 Switch fonts to WOFF2 2023-11-18 09:21:40 +01:00
Lukáš Kucharczyk d653f83a33 Improve session list
Fixes #53
2023-11-18 09:21:24 +01:00
Lukáš Kucharczyk 552d4bee9e Focus important fields on forms 2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk 5234e19705 Add hacky way to not reload page when starting/ending session
Partially fixes #52
2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk 077d8d1e3c Add time copy button, improve session editing 2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk 8ba5344a4d Fix bug when filtering only manual sessions (#51) 2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk a9c3e93954 Change recent session view to current year 2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk 2b9f321edf Improve forms, add helper buttons on add session form 2023-11-18 09:20:54 +01:00
Lukáš Kucharczyk 8f1bbab895 Version 1.0.3 2023-11-18 09:20:24 +01:00
Lukáš Kucharczyk 38b25ff27e Allow editing filtered entities from session list 2023-11-18 09:20:24 +01:00
Lukáš Kucharczyk 115a2a0844 Add wikidata ID and year for editions 2023-11-18 09:20:23 +01:00
Lukáš Kucharczyk 739a41c4aa Add icons for session filters 2023-11-18 09:20:23 +01:00
Lukáš Kucharczyk 5e54871374 Allow filtering by game, edition, purchase from the session list 2023-11-18 09:20:23 +01:00
Lukáš Kucharczyk 2680476fe8 Version 1.0.2 2023-11-18 09:20:11 +01:00
Lukáš Kucharczyk f8844ce091 Add support for device info
Closes #49
2023-11-18 09:20:11 +01:00
Lukáš Kucharczyk 5efb054c30 Add support for purchase ownership information
Closes #48
2023-11-18 09:20:11 +01:00
Lukáš Kucharczyk 622c52bb20 Add support for prices on purchases 2023-11-18 09:20:11 +01:00
Lukáš Kucharczyk 812f74d79f Add support for game editions (#28) 2023-11-18 09:20:11 +01:00
Lukáš Kucharczyk b45889fd85 Version 1.0.1 2023-11-18 09:19:59 +01:00
Lukáš Kucharczyk 791203c2dc Show only last 30 days on homepage
Fixes #47
2023-11-18 09:19:59 +01:00