Project Creation CRUDV #4

Open
opened 2025-06-07 13:51:33 -05:00 by ninjasurge · 3 comments
Owner

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:

  • Creating
  • Updating
  • Reading
  • Deleting
  • Validating
Originally created by @NinjaSurge on GitHub. I want the Full CRUDV (**C**reate, **U**pdate, **R**ead, **D**elete, **V**alidate) implemented for basic project creation. This includes basic functionality for: - [x] Creating - [x] Updating - [x] Reading - [x] Deleting - [x] Validating
ninjasurge added the TODOhelp wantedfront-endback-end labels 2025-06-07 13:51:33 -05:00
Author
Owner

@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: Should the validation on the Back-End be only in the routing logic or also in the FS logic?
Author
Owner

@NinjaSurge commented on GitHub:

Not Blank Validation complete: https://github.com/NinjaSurge/Project-Manager/pull/7

@NinjaSurge commented on GitHub: Not Blank Validation complete: https://github.com/NinjaSurge/Project-Manager/pull/7
Author
Owner

@NinjaSurge commented on GitHub:

For now we'll keep it in just the routing logic.

@NinjaSurge commented on GitHub: For now we'll keep it in just the routing logic.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ninjasurge/Project-Manager#4