Just want to make sure this code is considered acceptable practice. Instead of using a PUT request to change paths tables when a user edits their route, I delete and recreate the route and paths tables for that route.
REQUIRED Check all that apply:
[ ] Rubber Ducking
[X ] Direction/Guidance
[ ] Check In (Pep talk, vent session, etc.)
Code Snippet
PathsProvider2 is the component that create a set of paths tables
Sage thinks the code itself is fine, but to meet technical CRUD functionality I do need to add another edit field because this refactor removed my only PUT request
Name: Kaitlin
Breakout Room:
REQUIRED Question or issue:
REQUIRED Check all that apply:
Code Snippet
PathsProvider2 is the component that create a set of paths tables