Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.25 KB

To Spin Up

  • rails s
  • ./bin/webpack-dev-server

To Do's

  • Add Tailwind
    • Use border styling
  • Refactor fetch calls to axios
    • GET request
    • PUT request
    • DELETE request
    • POST request
  • Add Error handling on requests
    • GET request
    • PUT request
    • DELETE request
    • POST request
  • Update to ES6 syntax if applicable
  • Add a PR template
  • Add tests
  • Update states so list will refresh upon submit click
    • Add submit
    • Delete submit
  • Add a migration
    • Update pen data model to include something like a brand:string column

Other Features

  • Research if any pen API's exist for searching
  • Adding a CSV or Execl import functionality
  • Adding toast messages to http requests for better user experience
    • GET request
    • PUT request
    • DELETE request
    • POST request

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions