Educado-App / educado-frontend

The repository for the educado content creation web platform.
https://app.educado.com
GNU General Public License v3.0
0 stars 4 forks source link

[Web - Create New Course] As a content creator, I want to create just 1 test course #94

Open iarandrd opened 1 week ago

iarandrd commented 1 week ago

Description:

Solution Proposal: Review website programming Follow Figma Interface: https://www.figma.com/design/BCEVQYvMDrcBE9qqehr9HL/Mobile-Education-UI?node-id=3074-11005&t=JeGk2yMJe7P9aZQk-4

Bug Priority Number: 4

Laskiri commented 7 hours ago

As the bug the PBI explains had already been fixed, we focused on making the content creation process for the course a better experience, by saving new data in state and rerendering accordingly instead of reloading the page continuously on every action to refetch data from the server, which lead to loss of unsaved data to section title and descriptions.

During sprint review a bug was discovered that made it impossible to save data right after first creating a course, as the id of the created course, wasn't properly transferred to the content creation page on creation.