Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Difference between modifiedAt and lastDateActivity

Difference between modifiedAt and lastDateActivity

Wekan/General · January 21, 2021 at 3:20pm

Difference between modifiedAt and lastDateActivity

Wekan / General · January 21, 2021 at 3:20pm

What is the difference between the modified and activity date on a card?

I am working on adding some new predicates to the search, one of which is modified:10 (modified in the last 10 days). Should I also look at the activity date to see if it was changed in the last n days?


January 21, 2021 at 4:34pm

Look at Wekan database at cards collection/table values with nosqlbooster https://github.com/wekan/wekan/Backup and related code at wekan/models/cards.js and wekan/client/components/cards

    • reply
    • like