Md7tz / MindIndex

Flashcard webapp using spaced repetition, a technique from cognitive science for memorization.
http://35.197.136.120/
Apache License 2.0
0 stars 0 forks source link

Scien 36 create update view note modal #49

Closed Mohmmde1 closed 1 year ago

Mohmmde1 commented 1 year ago

:sparkles: Description

Briefly describe the changes you're proposing in this pull request.

:link: Related Issues

List any related issues or pull requests, if any.

:bulb: Additional Information

Provide any additional information or context that might be helpful in reviewing this pull request.

Md7tz commented 1 year ago

@Mohmmde1 could you add these two functionalities:

regarding foreign key migration and model relation mapping, to avoid duplicate migrations solution 1 1- git checkout SCIEN-50-flashcard-view-study-set 2- migrate latest 3- git checkout SCIEN-36-Create-update-view-note-modal 4- git checkout SCIEN-50-flashcard-view-study-set -- models/Collection.mjs // to copy the updated file with the add relation mappings keep the copied file unstaged since its committed in a different branch

solution 2 wait till the SCIEN-50-flashcard-view-study-set is merged

Mohmmde1 commented 1 year ago

@Md7tz @Kayzenn4 I am done with the code. Check if there is nothing to add then merge.