Curricell banner

Curricell

4 devlogs
3h 14m 50s

this is a full learning app meant to help you understand what you are learning so that when you study it is easier to understand key concepts

This project uses AI

i used ai to debug some problems that i had

Loading README...

HugoBrisebois

i added a second table that will hold al the topics and i am trying to figure out how to add datasets to my database

Attachment
0
HugoBrisebois

i finally got the database to connect, and now i am able to edit and add rows of content to my database as well as remove some, although this is not yet made. i can’t wait to start building a graph like layer to the database and then get started on implementing an AI model and later a ML model to see where the user is struggling and then decide how to explain the concept better

Attachment
0
HugoBrisebois

i am currently figuring out how to implement a sqlite database in C# because i made some research to see what the best method would be to make an app that will need to be easily scalable and be easy to maintain. and i settled on sqlite after considering the uses of a graph database and i didn’t want the users of the app to need to have a personal server to use this app like what is needed for Neo4j(graph database client), although i did try to find an alternative to this, but i didn’t find any.

Attachment
0
HugoBrisebois

i got started on defining what a concept is going to be as the app is going to use this to determine what the concept of a topic is and then use this in later parts of the project

Attachment
0