amir-kedis / Kashafty

This is Kashafty! An SPA for managing all the scout groups needs. Attendance, finance, activities you name it! we got it!
https://kashafty.vercel.app/
7 stars 2 forks source link

fix: `insertScout`, `updateScout`, and other components using scouts data to use the new schema structure #83

Closed amir-kedis closed 1 month ago

amir-kedis commented 1 month ago

[!important] work off the branch called feature/scouts-enhancements

In a previous pr #79 made by @AhmedHamed3699 we changes the scouts table schema and controller. now the endpoints return a data in a shape different from the one we are using in the front.

so you are required to use the new schema and controller.

affected pages

[!note] making a new design for the insert and update page is recommended (for example fix that these page are not using a fixed size container like the other pages)