Allow adding a game in a single step #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, before the user can track playtime, the user must first add a game, then a platform, and finally a purchase. Ideally this would be done within a single page that would allow (probably via modals?) to add the missing prerequisites.
This would probably require JavaScript.
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 annoying.
Not quite a single step, but an improvement in that direction:
c358b1aaa0