diff options
author | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-08-03 19:47:20 +0200 |
---|---|---|
committer | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-08-03 19:47:20 +0200 |
commit | f63482b58775a2f52fdd5f932ce7d14f16757133 (patch) | |
tree | 886fdeae889b05ea009d67ed2181a5c46985f48a /RASD.txt | |
parent | d5870472fbc988d1a4a4fcec0aa46544bbedefab (diff) | |
download | wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.gz wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.bz2 wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.zip |
UI for rules list
Diffstat (limited to 'RASD.txt')
-rw-r--r-- | RASD.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/RASD.txt b/RASD.txt new file mode 100644 index 00000000..fc1b4190 --- /dev/null +++ b/RASD.txt @@ -0,0 +1,22 @@ +Rules + + Triggers + + Board: create card, card moved to, card moved from + Card: [label, attachement, person ] added/removed, name starts with + Checklists : checklist added/removed, check item checked/unchecked, checklist completed + + Actions + Board: move card to list, move to top/bottom, archive/unarchive + Card: [label, attachement, person ] add/remove, set title/description + Checklists : checklist add/remove, check/uncheck item + Mail: send email to + +Calendar + + Triggers + Recurrent day/month/year/day of the week + + Actions + Board: create card with [title, description, label, checklist, person, date] +
\ No newline at end of file |