Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add routes and views for tasks #6

Open
22 of 27 tasks
invisibleroads opened this issue Aug 27, 2019 · 0 comments
Open
22 of 27 tasks

Add routes and views for tasks #6

invisibleroads opened this issue Aug 27, 2019 · 0 comments

Comments

@invisibleroads
Copy link
Member

invisibleroads commented Aug 27, 2019

  • Add tests in tests/test_tasks.py or tests/test_views_tasks.py
  • Add route tasks.json
  • Add route task.json
  • Add file views/tasks.py
  • Add view see_tasks_json for GET tasks.json
  • Add view add_task_json for POST tasks.json
  • Add view change_asset_json for PATCH task.json
  • Test 'GET tasks.json'
  • Test 'POST tasks.json'
  • Test 'PATCH task.json'
  • Add Tasks to NavigationDrawer.js.
  • Add AssetTaskTable to components.
  • Add AssetTasksWindow to components.
  • Add TasksWindow to components.
  • Add AssetTaskTable to containers.
  • Add AssetTasksWindow to containers.
  • Add TasksWindow to containers.
  • Add TasksWindow to Main.js.
  • Add AssetTasksWindow to Main.js.
  • export const REFRESH_ASSET_TASKS from constants.js.
  • export const RESET_ASSET_TASKS from constants.js.
  • export const refreshAssetTasks from actions.js.
  • export const refreshAssetTasks from actions.js.
  • export const getAssetTasks from selectors.js.
  • create assetTasks.js, Add const initialState and assetTasks
  • Add assetTasks.js to reducers folder
  • Add function watchRefreshAssetTasks() to sagas.js.

Here are some resources that might help you:

@invisibleroads invisibleroads changed the title Add routes and views for maintenance log Add routes and views for tasks Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants