This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/models
konrad 6b1ebbabb7
All checks were successful
continuous-integration/drone/push Build is passing
Saved filters (#239)
Fix saving

Cleanup

Fix single value prepare

Add prepare percent done stub

Fix populating filters with saved values when editing for single values

Fix populating filters with saved values when editing

Add edit filter view page

Hide adding new tasks to pseudolists

Make sure all filter values are passed as strings as per requirement from the api

Add redirect to list after creating it

Add creating saved filter

Add filter by percent done

Add end date filter

Add start date filter

Add extra checkbox to enable/disable priority filter

Add changing priority

Add more filter stubs

Fix dates for filters

Add saved filter create form

Add include nulls and concat to filter options

Add new saved filter component

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #239
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-09-26 21:02:37 +00:00
..
abstractModel.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
attachment.js Make all api fields snake_case (#105) 2020-04-12 21:54:46 +00:00
authTypes.json Added link sharing (#30) 2019-09-09 17:55:43 +00:00
avatar.js More avatar providers (#200) 2020-08-02 17:17:29 +00:00
backgroundImage.js Custom backgrounds for lists (#144) 2020-05-31 19:17:10 +00:00
bucket.js Add limits for kanban boards (#234) 2020-09-04 20:01:02 +00:00
config.js Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
emailUpdate.js Add user settings (#108) 2020-04-17 20:46:50 +00:00
file.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
label.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
labelTask.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
linkShare.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
list.js Saved filters (#239) 2020-09-26 21:02:37 +00:00
listDuplicateModel.js Add list duplicate (#172) 2020-06-30 20:53:25 +00:00
namespace.js Ensure consistent naming of title fields (#134) 2020-05-16 10:31:16 +00:00
passwordReset.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
passwordUpdate.js Add user settings (#108) 2020-04-17 20:46:50 +00:00
priorities.json Task Priorities (#19) 2019-03-03 15:03:08 +00:00
relationKinds.json Pluralize related task kinds if there is more than one 2020-04-14 22:23:42 +02:00
rights.json Improved team search and team managing (#18) 2019-03-03 12:50:06 +00:00
savedFilter.js Saved filters (#239) 2020-09-26 21:02:37 +00:00
task.js Favorite tasks (#236) 2020-09-05 20:16:17 +00:00
taskAssignee.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
taskComment.js Make all api fields snake_case (#105) 2020-04-12 21:54:46 +00:00
taskRelation.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
team.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
teamList.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
teamMember.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
teamNamespace.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
teamShareBase.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
totp.js TOTP (#109) 2020-04-17 23:46:07 +00:00
user.js Fix avatar url 2020-05-05 23:30:15 +02:00
userList.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
userNamespace.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00
userShareBase.js Cleanup code & make sure it has a common code style 2020-09-05 22:35:52 +02:00