stewajos / team-justice-in-alloc

452 Project - Final
0 stars 1 forks source link

Convert App Inline Functions into Services #113

Open carter-et opened 4 years ago

carter-et commented 4 years ago

This app is doing a lot of work behind the scenes that is coded in line. This makes those portions of code harder to find and harder to test. It would be better to abstract it out into services that are modular and easily reused.

  1. Email Validation
  2. Allocation Form Validation
  3. Allocation Submit Functionality
  4. Anything else you can think of. This will need a larger review in the future.