-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user I can add a list of things to be done within a task so that I can track the goals to be met or use the feature as a shopping list #38
Comments
Some remarks after taking look at those criteria after some time since those were written:
The first point is the most unfortunate in my opinion - as far as the API ergonomics go having an id mapping to a list which is in 1-to-1 relation with the task anyway makes no sense, querying the lists table through a join is less efficient and implementation is not even simpler this way. Because of that I will start with ignoring that criteria. |
Alright, now I remember what the list id was for - the list items need a boolean field marking whether it is completed or not and while it is supposedly possible to make |
So finally it ended up being the array of composite types - implemented in commit closing the issue #56 |
Acceptance criteria:
The text was updated successfully, but these errors were encountered: