josev814 / csc490_team2

Apache License 2.0
1 stars 0 forks source link

making updates to make create rule work #135

Closed josev814 closed 7 months ago

josev814 commented 7 months ago

setting the django_url in the app state to pass to other components adjusting CREATE_RULE to export, but to not be the default renaming CreateRule to CreateRuleForm updating routes to allow the /rule/create path to map to the create rule page updated the format of the CreateRuleForm page updated cookies to have the path as / to prevent cookie duplicates fixing the reference for the accessToken Centering the 404 error page adding the CREATE_RULE function in the pages/rule file that references the CreateRule component Moved the create rule path to be under /rule/ rather than rules

image