In this project I am creating a study center. Main functions are the create classes, adding different subject (with category and sub-category), and draft creation. Concept learning is easier due to the use of word cards, thanks to a simple Quizlet-like feature built into the site. Plus lot of function that help to learn.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Hello, I finished the settings today. From now on, you can change your email address, username, and password.
Now I can start the comprehensive check. Standardize everything. Error codes and everything else.
Hopefully, I will finish today.
Hi,
I finished creating and deleting the main categories and retrieving the main categories.
It took about 45 minutes.
Next, I still need to make the settings, e.g., change the name, change the email, and change the password.
Hopefully, this will also take 45 minutes. But I will only do this tomorrow.
Hello everyone,
I have finished the todo system. I do not intend to integrate this into the notification system. In my previous post, I omitted the creation, renaming, and deletion of the main category. This will take me about 45 minutes. So, I hope to post again today.
Hello everyone,
I've done a lot in the last five hours.
I've made it possible to create, delete, and modify folders, and you can also set a notification date and end notification date, which will send out an email every midnight. You can create, delete, modify, and move sets, and you can also set notification dates and end dates for them. You can create flashcards in sets.
Yesterday, I couldn't develop much because I was really pissed off that my computer committed suicide and I wasted 6 hours fixing it.
Next, I'll make a to-do list broken down by day, like a calendar. It will also send an email about this. This will take about 2-3 hours.
In addition to this, I still have to do a complete debug, I've collected 30-40 errors so far, and I have to return the responses, e.g. so that it doesn't just send back 2 statuses. This will take about 3-4 hours.
After that, there will be a quick mobile app development, which will take about 2-3 hours. It will only be an Android app. Sorry, Apple users.
After that, there will be frontend development, which will probably take more than 20 hours.
Hopefully, it will be ready after 30 hours of development.
Hello everyone,
I have finished the calendar system.
You can create events. You can set the title, description, date, and the date from which you want to start receiving email notifications.
In addition, you can edit or delete events.
Notifications are sent to your email every day at midnight.
I'm still planning to write an Android app that I'll connect to Firebase so I can also harass people through Android notifications.
Next, I'm going to write a complete copy of Quizlet because Quizlet pissed me off a few days ago by making me pay for everything. Fuck you, Quizlet.
The image shows the email people receive when they have an upcoming event that is within the notification deadline. Some parts are in Hungarian. A little translation
Matematika Témazáro = Math exam (title)
Úgy se tanulsz rá = You're not going to study for it anyway (desc)
Hello everyone,
I have corrected some errors and added new features. You can now edit documents, and if you delete a category, the system will delete the subcategories within that category, and so on. It will also recursively delete the documents within them.
The graph system is now officially ready.
I will move on to the calendar system, after which I will integrate a Quizlet-like learning option.
Hello,
Over the past 5 hours, I have developed the graph list. It is possible to create categories, even within categories, and this can be done indefinitely. It is also possible to create documents.
Documents can be renamed, deleted, or moved to another category.
Categories can also be renamed, deleted, or moved into other categories.
This was easier than I thought. The design implementation may be more difficult, but that will be Marci's problem in the future.
I can't send a picture of the web interface right now.
Hi everyone,
I've finished working on the forgotten password function and the magic link function.
Fortunately, I understand authentication, so this was easy.
Next, I'll start working on the categories and subcategories. This will be very interesting because I've never worked with graphs before, only binary trees. This is likely to be difficult for me.
I still don't have a web interface, so I can only show a vsc image.
Hello,
I have completed the registration and login process.
Routes:
POST /api/register
POST /api/login
POST /api/register/verify
During registration, a link valid for 30 minutes is sent. If you log in without activating your account, the email will be resent. The link will send the token to /api/register/verify.
Next, I will add a forgotten password function and magic link login.
Unfortunately, I can't show you the interface yet.