|
a915b36967
|
implemented user login and logout
|
2019-07-08 14:31:51 -04:00 |
|
|
337b12ad29
|
WIP refactor notes, ProjectView
|
2019-07-08 09:35:18 -04:00 |
|
|
364706b708
|
handle network error / show more verbose error message
|
2019-07-05 06:14:55 -04:00 |
|
|
19eb55fd60
|
don't allow createProject with empty name
|
2019-07-05 06:14:55 -04:00 |
|
|
278be8c120
|
don't allow createProject with empty name
|
2019-06-26 07:42:30 -04:00 |
|
|
13bade9e81
|
allow createTask without projectId
|
2019-06-26 07:37:44 -04:00 |
|
|
47d9ab355a
|
make navbar responsive
|
2019-06-26 07:36:45 -04:00 |
|
|
a63498826b
|
add todo notes
|
2019-06-26 06:07:28 -04:00 |
|
|
49a3a9a157
|
changed addTask to createTask in add-task.js
|
2019-06-23 17:36:45 -04:00 |
|
data
|
68d9a0dc39
|
styling
|
2019-06-23 14:07:37 -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 |
|
|
82d1bb966b
|
move task.js to update-task.js
|
2019-06-22 16:26:56 -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
|
c0f136bee3
|
fix .prettierrc option for trailingComma
|
2019-06-22 10:17:03 -04:00 |
|
data
|
bc0335d3ec
|
async requests for addTask + deleteTask
|
2019-06-22 10:13:22 -04:00 |
|
data
|
c6dfc47312
|
minor change to task-row.js
|
2019-06-22 08:29:13 -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 |
|
|
4ac6288ac7
|
split src/tasks.js into multiple components
|
2019-06-21 17:54:09 -04:00 |
|
|
7138571589
|
fixed prettier comma styling
|
2019-06-21 17:51:50 -04:00 |
|
|
6816b61533
|
added axios and http-proxy-middleware
|
2019-06-21 16:28:48 -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
|
dce416d6db
|
improve navbar
|
2019-06-21 08:56:31 -04:00 |
|
data
|
a45e816037
|
serve css + js locally
|
2019-06-20 17:31:15 -04:00 |
|
data
|
238aba66ec
|
tasks: style input fields
|
2019-06-20 16:59:25 -04:00 |
|
data
|
4190d0a432
|
simplify navbar
|
2019-06-20 16:59:25 -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
|
78baab94db
|
fix warnings
|
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 |
|