41 Commits

Author SHA1 Message Date
6bd8271291
Remove Edition
Some checks failed
Django CI/CD / test (push) Failing after 54s
Django CI/CD / build-and-push (push) Has been skipped
2025-01-29 22:05:06 +01:00
c2853a3ecc
purchases can now refer to multiple editions
All checks were successful
Django CI/CD / test (push) Successful in 1m3s
Django CI/CD / build-and-push (push) Successful in 2m36s
allows purchases to be for more than one game
2025-01-08 21:00:19 +01:00
c6b1badf39 add session search
All checks were successful
Django CI/CD / test (push) Successful in 1m10s
Django CI/CD / build-and-push (push) Successful in 2m16s
2024-11-09 21:34:01 +00:00
7f6584ecf7
finish purchase from list 2024-09-11 11:39:54 +02:00
3063a3d143
refund purchase from list 2024-09-10 14:50:02 +02:00
b589199ca6
drop purchase from list 2024-09-10 14:46:50 +02:00
2fd44c1f53
separate views out 2/2
All checks were successful
Django CI/CD / test (push) Successful in 57s
Django CI/CD / build-and-push (push) Has been skipped
2024-08-12 21:52:26 +02:00
973f4416de
separate views out 1/2 2024-08-12 21:42:34 +02:00
3099f02145
list editions 2024-08-11 20:21:27 +02:00
74b9d0421c
list platforms, fix editing platform 2024-08-11 18:34:50 +02:00
c61adad180
list games 2024-08-11 18:21:11 +02:00
020e12e20b
remove session recent filter 2024-08-11 17:58:08 +02:00
6ef56bfed5
list, edit, and delete devices 2024-08-11 17:53:36 +02:00
453b4fd922
add manage -> sessions 2024-08-11 17:22:58 +02:00
3de40ccad3
create purchase list without paging 2024-08-08 20:17:43 +02:00
d622ddfbf3
Add all-time stats 2024-08-04 22:40:37 +02:00
6328d835ee
Fix formatting 2024-07-09 23:04:14 +02:00
e19caf47bf
Make game overview more appealing
Some checks failed
Django CI/CD / build-and-push (push) Blocked by required conditions
Django CI/CD / test (push) Has been cancelled
2024-07-09 23:03:03 +02:00
cd804f2c77
Sort url paths 2024-06-03 18:18:58 +02:00
15997bd5af
Re-enable delete session delete view 2024-06-03 18:07:10 +02:00
880ea93424
Unify url path names 2024-06-03 18:05:34 +02:00
86e25b84ab
Allow deleting purchases
All checks were successful
Django CI/CD / test (push) Successful in 53s
Django CI/CD / build-and-push (push) Successful in 1m47s
2024-04-29 16:35:54 +02:00
6ba187f8e4
Make it possible to end session from game overview 2024-01-14 21:27:18 +01:00
3f037b4c7c Only allow choosing purchases of selected edition
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-15 14:25:42 +01:00
60d29090a1 Adding new games is easier 2023-11-09 21:11:28 +01:00
71b90b8202 Add stats link, year selector 2023-11-02 09:20:09 +01:00
57d4fd7212 Add yearly stats page
Fixes #15
2023-11-01 20:35:52 +01:00
a5b2854bf6 Add a button to start session from game overview
All checks were successful
continuous-integration/drone/push Build is passing
Fix #62
2023-10-13 19:22:43 +02:00
e3ee832d3f Adjust game edit URL
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-01 21:28:20 +02:00
7467e2732d Add game overview page
Fixes #8
2023-10-01 21:28:02 +02:00
104ffc9d03 disable deleting sessions in code
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-17 17:17:22 +02:00
65c175afb2
Allow editing filtered entities from session list 2023-02-20 17:16:19 +01:00
938c82a395 Allow filtering by game, edition, purchase from the session list 2023-02-19 14:36:12 +01:00
51d8e953c0 Allow editing editions 2023-02-18 21:47:25 +01:00
f2eb14d3ef Fix session starting 2023-02-18 21:43:51 +01:00
8a8b05b0bd Add support for device info
Closes #49
2023-02-18 21:12:18 +01:00
d4ab0596da Re-introduce index view
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-18 20:50:36 +01:00
25bc74eff1 Add support for game editions (#28) 2023-02-18 20:49:46 +01:00
4892218c83 Show only last 30 days on homepage
Fixes #47
2023-01-30 22:16:28 +01:00
feee9d6dac Make it possible to edit sessions
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #46
2023-01-30 17:38:44 +01:00
56e5dfaa03 Rename project, part 2 (#42)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #42
2023-01-20 13:37:46 +00:00