PikaCourse / homiehomie

3 stars 0 forks source link

Coding standard improvement and unify tools used #8

Open William-An opened 3 years ago

William-An commented 3 years ago

Some optimization ideas might be useful for performance and future development work

  1. [ ] Use mixin to add GET/POST/PUT/DELETE for api
  2. [ ] Replace django form with django rest framework serializer?
  3. [ ] Unify exception handler
  4. [ ] Use validator to handle query parameter validation? Checkout serializer for this