feat: ability to complete a task #35

Merged
matous-volf merged 6 commits from feat/task-complete into main 2024-09-07 12:58:36 +00:00
Showing only changes of commit cfb45a504d - Show all commits

View File

@ -83,7 +83,7 @@ impl FromSql<Jsonb, Pg> for Category {
}
}
#[derive(Serialize, Deserialize, Hash, Clone, Debug)]
#[derive(Serialize, Deserialize, PartialEq, Hash, Clone, Debug)]
pub enum ReoccurrenceInterval {
coderabbitai[bot] commented 2024-09-07 12:55:28 +00:00 (Migrated from github.com)
Review

Approved: Enhancements to ReoccurrenceInterval and Reoccurrence.

The addition of PartialEq to ReoccurrenceInterval and the new start_date method in Reoccurrence are beneficial for improving the model's functionality and encapsulation. Consider adding documentation for the new start_date method to clarify its usage and purpose.

Also applies to: 105-107

**Approved: Enhancements to `ReoccurrenceInterval` and `Reoccurrence`.** The addition of `PartialEq` to `ReoccurrenceInterval` and the new `start_date` method in `Reoccurrence` are beneficial for improving the model's functionality and encapsulation. Consider adding documentation for the new `start_date` method to clarify its usage and purpose. Also applies to: 105-107 <!-- This is an auto-generated comment by CodeRabbit -->
Day,
Month,