-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle deleting single timesheet entries before submit. #35
Comments
With the exception of being able to delete time-entries (before they are frozen?) i think most of these could probably be done post-mvp? It's not uncommon for MVP-style applications to require an email to support for more drastic delete operations. They are a little tricky. |
i thought just clicking a button to delete/remove a submitted time entry would be basic, but if it's something that is best addressed in a later milestone that's totally cool |
I agree with the issue that it could be useful while developing to delete stuff, in testing the frontend you tend to create a lot of nonsense stuff, it's nice to be able to easily delete all that. I can see this being ACL-restricted, maybe that's one of evert's concerns? |
…imesheet Handle deleting single timesheet entries before submit. #35
Create a new
HTTP
method,DELETE
, on theEntry
item controller.Need to let users delete content they created.
The text was updated successfully, but these errors were encountered: