feat: ability to complete a task #35
@@ -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 {
|
pub enum ReoccurrenceInterval {
|
||||||
|
|
|||||||
Day,
|
Day,
|
||||||
Month,
|
Month,
|
||||||
|
|||||||
Reference in New Issue
Block a user
Approved: Enhancements to
ReoccurrenceIntervalandReoccurrence.The addition of
PartialEqtoReoccurrenceIntervaland the newstart_datemethod inReoccurrenceare beneficial for improving the model's functionality and encapsulation. Consider adding documentation for the newstart_datemethod to clarify its usage and purpose.Also applies to: 105-107