Skip to content

add project habit tracker - #32

Open
dofelor wants to merge 4 commits into
the-csharp-academy:masterfrom
dofelor:master
Open

dofelor wants to merge 4 commits into
the-csharp-academy:masterfrom
dofelor:master

Conversation

@dofelor

@dofelor dofelor commented Sep 12, 2026

Copy link
Copy Markdown

No description provided.

@TheCSharpAcademy TheCSharpAcademy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dofelor Thanks for the submission. For every project starting with the Habit Tracker one of the requirements is a Readme with:

✅ Reflection on your experience while developing it (ideally written with your own words). This is the most important part of the Readme.
✅ Instructions on how to run the project
✅ Explain what the app does and how it works
✅ Explain architectural choices

Please add that before we can review. After making your changes, just commit and push, no need for a new pull request 😊.

💁‍♂️If you have any questions, the best way to get help is in our Discord, in the #get-help-with-projects channel.

@TheCSharpAcademy TheCSharpAcademy self-assigned this Sep 13, 2026
dofelor and others added 3 commits September 14, 2026 01:44
Added project overview, SQL course experience, and tech stack details.
Added features and usage instructions for the habit tracker application.

@TheCSharpAcademy TheCSharpAcademy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dofelor Thanks for submitting and apologies for the delay! There's a big problem in your project that you need to solve before moving forward:

You can't let users create tables in your database. Every habit entered by the user becomes a new SQLite table:

image

That's unnecessarily complex and defeats the point of relational data. A habit should normally be data, not database schema. To solve this use a table for habits and a table for records, linked by a Foreign Key.

💁‍♂️If you have any questions, the best way to get help is in our Discord, in the #get-help-with-projects channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants