Commit Graph

182 Commits

Author SHA1 Message Date
09d73fdbce docs(README): update source build instructions 2020-09-10 15:53:47 -05:00
0caa803d27 feat: add notification UI
showPopup was also refactored to be better
2020-09-10 15:31:04 -05:00
feea209507 docs(README): update taskcafe logo design & readme content 2020-09-02 21:11:18 -05:00
e57033655a docs(FUNDING): add maintainer donation links 2020-09-02 21:04:40 -05:00
31526a2575 docs(CHANGELOG): add changelog document 2020-09-02 20:40:56 -05:00
0a1bdc19f3 fix: remove cors middleware
fixes #51
2020-09-02 20:30:38 -05:00
771d598c04 feat: add task details 2020-09-02 20:27:43 -05:00
a9a1576f46 fix: update margin on filter chips 2020-09-02 20:27:22 -05:00
9541ae70e0 docs(CONTRIBUTING): add notice about creating issue before starting work on PR 2020-09-02 15:32:37 -05:00
66583bb4fb feat: add task sorting & filtering
adds filtering by task status (completion date, incomplete, completion)
adds filtering by task metadata (task name, labels, members, due date)
adds sorting by task name, labels, members, and due date
2020-08-28 23:32:17 -07:00
47782d6d86 fix: due date manager now sends the correct new due date 2020-08-28 20:59:45 -05:00
4988176220 fix: add retry with backoff to initial database connection 2020-08-28 14:22:24 -05:00
dd50baa05a refactor: add logging to CreateTask resolver 2020-08-23 17:52:45 -05:00
46e724e731 feat: add pre commit hook to lint frontend & fix warnings 2020-08-23 17:29:06 -05:00
8ce19a1ceb refactor: update project name in tmuxinator 2020-08-23 17:29:06 -05:00
8f410cd9b7 fix: use pre-built taskcafe image in docker-compose by default 2020-08-23 11:44:50 -05:00
adae924ca1 docs(README): fix minor typos/inconsistencies 2020-08-23 09:57:10 -05:00
22e4669c34 docs(README): remove docker compose migration step 2020-08-22 02:52:51 -05:00
81b89f2411 docs(README): update docker release badge label 2020-08-21 23:49:25 -05:00
13480acd7e fix(TaskDetails): update member layout 2020-08-21 23:37:48 -05:00
5ceafd556a fix: panic(nil) on loadConfig if config actually exists 0.1.1 2020-08-21 23:29:08 -05:00
7a6609ae75 docs(README): add badges 0.1.0 2020-08-21 23:12:12 -05:00
08bb5d0eca fix: update docker compose to auto migrate 2020-08-21 23:10:38 -05:00
314bf224ea fix: use correct context keys when retrieving userID & role 2020-08-21 23:08:30 -05:00
3c4370e68a fix(Admin): disable reset password option 2020-08-21 22:20:40 -05:00
9647ee623f docs(README): remove roadmap section and link to roadmap wiki page 2020-08-21 06:48:59 -05:00
240ba606e4 docs(CONTRIBUTING): add section on how to install pre-commit hooks 2020-08-20 18:37:36 -05:00
2abbc49ef7 docs(CONTRIBUTING): add general rule on using pre commit hooks 2020-08-20 18:37:36 -05:00
9dba566660 feat: add pre-commit hooks & refactor code to pass linting 2020-08-20 18:37:36 -05:00
abf9e1328a fix(Card): change checkmark icon to outline style 2020-08-20 18:37:36 -05:00
68d5455a85 refactor: remove taskcafectl 2020-08-20 18:37:36 -05:00
db9c7408ab fix: check error on read config
fixes #36
2020-08-19 00:34:27 -05:00
83765077ff fix: update task assignee icon styles 2020-08-18 17:53:11 -05:00
f8a783378a docs(README): add better preview image 2020-08-18 17:26:25 -05:00
ed2800c53f docs(README): add contribution & community section 2020-08-18 17:10:53 -05:00
Sam
4e56ae88d6 Fix: remove debug statements when logging in with incorrect password 2020-08-18 16:50:10 -05:00
4d62191e34 docs(CONTRIBUTING): add another general rule 2020-08-18 16:34:31 -05:00
2485723097 docs: add contributing guide 2020-08-18 16:20:01 -05:00
80a1e5e85e fix(Dockerfile): remove config file from being added
because config settings can now be set through ENV variables or cli flag, we should no longer load a default config file in the dockerfile

let the user decide if they want to load one through volumes
2020-08-14 12:35:56 -05:00
3d4a0ff28c feat: set checklist badge color to green when all items complete 2020-08-13 16:56:03 -05:00
df4d114b98 fix: hide checklist badge if checklist item total is 0
fixes #31
2020-08-13 16:33:50 -05:00
c2ef8a7d56 feat: replace config system with viper based system
allows for config settings to be easily set through ENV variables,
config files, or CLI flags

adds flag to run migration on web server start (fixes #29)
2020-08-12 22:30:53 -05:00
b28e000320 chore: remove data dir 2020-08-12 22:30:53 -05:00
9f02f8e562 chore: update docker & git ignore files 2020-08-12 22:30:53 -05:00
7e2f8935f8 docs(README): add section on how Taskcafe is different from other solutions 2020-08-12 21:11:01 -05:00
9c4fe2594a fix: prevent checklist title being hidden when description editor is open 2020-08-12 20:57:36 -05:00
b3b4c01907 docs: add CODE_OF_CONDUCT.md 2020-08-12 15:27:07 -05:00
7bba294897 fix: get correct new postion after dropping task in different list
was getting the current draggable list based on whatever task group
the task was in, ignoring that that task group might be different (when
    the task was dragged to a new list)
2020-08-12 15:23:57 -05:00
2e9767f1a0 chore: remove debug console.log statements 2020-08-12 14:44:28 -05:00
6761d4571e feat: add change password tab to user profile settings 2020-08-12 14:09:12 -05:00