Add support for deleting a status. #44

Closed
opened 2024-08-14 14:23:59 +01:00 by dananglin · 0 comments
Owner

Thoughts

  • Before sending the delete request, ensure that the user owns the status that they are deleting.
  • Include a save-text flag. Boolean; set default to false.
  • If save-text is set to true, grab the text of the deleted service and write to a text file in the cache directory.
    • Filename could be deleted-{{ status_id }}.txt or something.
    • On successful deletion print the path to the saved text.
### Thoughts - Before sending the delete request, ensure that the user owns the status that they are deleting. - Include a `save-text` flag. Boolean; set default to `false`. - If `save-text` is set to true, grab the text of the deleted service and write to a text file in the cache directory. - Filename could be `deleted-{{ status_id }}.txt` or something. - On successful deletion print the path to the saved text.
dananglin added this to the v0.2.0 milestone 2024-08-15 18:57:09 +01:00
dananglin referenced this issue from a commit 2024-08-16 18:57:54 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/enbas#44
No description provided.