Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 628 Bytes

TODO.md

File metadata and controls

18 lines (13 loc) · 628 Bytes

TODO

This is the Markdown TODO file for PES API.

Features

  • Add players overalls
  • Add most team logos
  • Add players real names of most national teams
  • Add players growth type

Codebase

  • Add tests
  • Add documentation to fields and models by using comments in prisma/schema.prisma
  • Prevent being able to overload the API with a single request
  • Do not hardcode http://localhost when generating the images URL
  • Implement Husky