9590988b6a
Fix error when generating charts with less than 2 entries
938c82a395
Allow filtering by game, edition, purchase from the session list
Merge index and session list or redirect
For now, the index is showing a recent list of sessions. Recent in this means from the last 30 days.
Merge index and session list or redirect
Keep more comprehensive game information
ac8cd6534a
Version 1.0.2
51d8e953c0
Allow editing editions
2eec677f41
Allow editing purchases
f2eb14d3ef
Fix session starting
c337d2200f
Fix ownership display
8a8b05b0bd
Add support for device info
9446065271
Add support for purchase ownership information
755093845d
Add support for prices on purchases
d4ab0596da
Re-introduce index view
8dcbe2f0ad
Fix displaying of "filterying by..." text
25bc74eff1
Add support for game editions (#28)
8a7d083fb2
Fix make css
Keep more comprehensive game information
Allow adding a game in a single step
An alternative to modals would be just a single window with all the data from Game + Purchase. Upon submitting the form, the game would be created silently. UI-wise, this is much smoother and less…
Add editions for games
Maybe a better name would be "edition"?
The way I see it purchases would stay as they, tied to "Game" model. Then there would be a new "Edition" model, that could group "Game" models to it.…