Capstone Project: Module IV
Capstone Project: Module IV Milestones: This week I worked on routing of backend to the front-end for our home page. Our front-end is essentially a dashboard consisting of user-related stats based on performance as they progress on the platform. Requiring several modifications to the database, adding additional tables, and forming relationships across existing tables, definitely made me brush up a bit more on my SQL. 😅 However, with these modifications, we've also enabled the capability to acquire even more statistics that will be helpful if we are able to integrate the original SM-2 algorithm on the platform as well, which would be a nice addition, especially for testing. I was also able to route the links for the problems the user has access to, since our algorithm unlocks categories based on performance, they have access only to limited problem sets in which they can select and be directed to our code editor. Alternatively, we also have a navigation bar to the code page that ...