KhunakornP / A-plus-management

Productivity and task manager for students and academics alike.
Apache License 2.0
2 stars 0 forks source link

Initialize default files #9

Closed KhunakornP closed 2 weeks ago

KhunakornP commented 2 weeks ago

Initialized base django app files and added requirements.txt and the iteration1 domain diagram for the wiki

KhunakornP commented 2 weeks ago

Not finished yet since ruff is complaining about missing models, views, and tests. Also CI for tests is obviously failing because no tesing.env has been created. For now please check the domain diagram

BioB3 commented 2 weeks ago

The task model doesn't really need a start date, a deadline should be enough.

Jangsoodlor commented 2 weeks ago

There's also going to be Task Groups, which is a Group of tasks that will be used to calculate Burndown Velocity.

KhunakornP commented 2 weeks ago

We will be modifying the models when we implement the other features. For the first few iterations I think we should focus on the core features first, being the task board and calendar.

KhunakornP commented 2 weeks ago

I have created the starting templates for the manager app (the A-level calculator will be a separate app). Please check them and I will merge the files to main if no issues are found.

Jangsoodlor commented 2 weeks ago

The task model doesn't really need a start date, a deadline should be enough.

we'll eventually need to add that anyways