@first-lego-league/rankings
v1.0.13
Published
A server-only micro-service that upon request, calculates the rankings by requesting them from the scoring service
Downloads
15
Keywords
Readme
rankings
A server-only micro-service that upon request, calculates the rankings by requesting them from the scoring service
Background
The calculations of the rankings should be performed between the scoring and the display. This module is meant to be a REST API for anyone to consume the rankings at realtime.
Techincal details
This module is a node
module (see the Module Standard).
Development
- Fork this repository or create your own branch here
- Make some changes
- Create a Pull Request
- Wait for a CR from the code owner
- Make sure everything is well
- Merge
A few things to notice while developing:
- Use
yarn
notnpm
- Follow javascript standard as described here
- Keep the service lightweight
- Follow the API of the other modules, and try not to break API here. If you do break API, make sure the other modules are changed accrodingly.
- Be creative and have fun