Project Notes - makersacademy/simpleassettracker GitHub Wiki

Next steps

Refactor React files

  • getCompanyID() (move to separate module as in more than one file)
  • cookies (as above)
  • check each component file and refactor where necessary including moving stuff to separate modules

Bugfix

  • fix sort filter on display asset page as it's stopped working
  • hide asset list when on single asset

State of project

  • single asset still a work in progress
  • next big thing is loans
  • currently, the unauthorized user info doesn't get saved when you refuse them (display all users and display declined users)
  • anyone can refuse or decline a new user so wants to change so only the "superuser" can do this (data security)
  • Dashboard is the only page after logging in that is in Django