Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-23 | datamods: Implement new issue modal form handler | Malf Furious | 1 | -0/+38 | |
POSTs to the dm-issue-add form are handled by this new handler. Pad data is passed via the form, we create the new issue in the pad's first stage, crediting the current logged in user. New issue is unassigned. I call `location()` at the bottom, since not doing so leaves the page in a weird state. The reason being that most of the page rendering logic operates off of the 'pageObj', which is instanciated and assigned prior to the invocation of this handler. This is to be fleshed-out during the v0.2-v0.3 development iteration. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-09-19 | datamods: Add default stages to new pads | Malf Furious | 1 | -0/+6 | |
As a convenience, I'm adding a basic set of stages to new pads. These stages are "To Do", "In Progress" ('Done' being closed issues). This implements a very simple workflow for new pads. | |||||
2018-09-15 | Implement dm-pad-add form handler | Malf Furious | 1 | -0/+27 | |
2018-07-21 | Add new group modal view/model code | Malf Furious | 1 | -15/+5 | |
2017-07-06 | Remove unused global declaration | Malf Furious | 1 | -2/+0 | |
2017-06-27 | Add dbconfig model code | Malf Furious | 1 | -0/+44 | |