30 Commits

Author SHA1 Message Date
data
a53d397ac1 add new projects and tasks via websocket only 2019-10-05 16:18:27 +01:00
data
e56afa8869 prettier 2019-07-10 22:08:28 +02:00
data
4e90f48cb8 add / remove Tag to Article 2019-07-10 21:00:08 +02:00
data
1967e0149c handle default errors again 2019-07-10 01:00:12 +02:00
data
36c6110e39 show Tags for Articles 2019-07-10 00:36:41 +02:00
data
2533cd28cc show selected Article with Comments 2019-07-09 22:18:48 +02:00
data
36ad8d5c98 show number of Comments for Articles 2019-07-09 22:18:48 +02:00
data
7072045613 add Article 2019-07-09 22:18:48 +02:00
364706b708 handle network error / show more verbose error message 2019-07-05 06:14:55 -04:00
9278713cfa refactored backend functionality into controllers 2019-06-23 14:00:09 -04:00
data
4892efea27 fix type of projectId in updateTask() 2019-06-23 13:11:50 -04:00
data
99b3101679 reformatting with prettier line length 80 2019-06-23 13:09:12 -04:00
data
1dc6d88e43 update profile 2019-06-22 17:22:58 -04:00
2c27754d88 edit add task update functionality 2019-06-22 16:31:47 -04:00
data
d3eea69ad5 add Task 2019-06-22 14:53:25 -04:00
data
07f79c1006 async requests + error handling 2019-06-22 13:27:08 -04:00
data
bc0335d3ec async requests for addTask + deleteTask 2019-06-22 10:13:22 -04:00
data
c704066e32 rename editProject to selectProject 2019-06-22 08:07:37 -04:00
a098f79c27 added error handling for data fetching 2019-06-22 08:07:37 -04:00
data
274ca42e7a set api with REACT_APP_API 2019-06-22 08:07:37 -04:00
data
1222e7794c don't add empty task 2019-06-22 08:07:12 -04:00
df439a2d1f updated src/App.js, src/tasks.js, src/projects/js to fetch API data 2019-06-22 07:52:59 -04:00
1f3c6cd5ec formatting / prettier fix 2019-06-21 12:11:42 -04:00
data
973d9d8de1 add Project(s) 2019-06-21 11:27:22 -04:00
data
e53e0f038d add Profile 2019-06-21 09:15:34 -04:00
data
70ee0b3570 tasks as objects, separate completed tasks in view
- tasks are list of objects
- add button to complete task
- show completed tasks separatedly
- move filter from navbar to tasks component
2019-06-20 16:59:25 -04:00
data
086b6f4e5c delete tasks 2019-06-20 16:59:25 -04:00
data
0c91d54a7e filter tasks 2019-06-20 16:59:25 -04:00
data
09c4f6540a navbar + search 2019-06-20 16:59:25 -04:00
data
aec1aca9c8 proposed directory structure 2019-06-20 16:58:52 -04:00