mirror of
https://github.com/NinjaSurge/Project-Manager.git
synced 2026-03-09 03:12:42 -05:00
Project Creation CRUDV #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @NinjaSurge on GitHub.
I want the Full CRUDV (Create, Update, Read, Delete, Validate) implemented for basic project creation.
This includes basic functionality for:
@NinjaSurge commented on GitHub:
Should the validation on the Back-End be only in the routing logic or also in the FS logic?
@NinjaSurge commented on GitHub:
Not Blank Validation complete: https://github.com/NinjaSurge/Project-Manager/pull/7
@NinjaSurge commented on GitHub:
For now we'll keep it in just the routing logic.