Added my project#212
Conversation
|
i created the project where the user can create stack of flashcards. i created the db and tables and seeded them in ssms then i worked with tables from vs. i have the code for the db and tables in the file called dbFile |
TheCSharpAcademy
left a comment
There was a problem hiding this comment.
@Ledana Thanks for submitting! It's looking good but there's one bug that needs to be fixed before we approve. At the moment your study area isn't working very well. If I choose to study one card I can still see the result for the cards I didn't study in the report. You can either just show individual study results for each card or show the result of a study session per stack (maybe containing which cards were actually studied). The way it is right now doesn't reflect what was actually studied.
Could you please fix before we can approve?
|
Of course thank you so much. I will remove the seeded data and make it possible to see per stack which cards were studied |
…e user creates cards and are to be the first cards in the app
…console, and use ef to create and do crud operations on the tables.
|
I did the project all over again. now is a bit easier to understand what each menu options is supposed to do and when seeing study sessions you can see which card did you study and was your answer correct or not. thank you again for everything guys! |
i tried to write a clean code and i know i can do better. i believe the code is still ugly but it works. please find any bugs i have missed and tell me how to improve