This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
- Add of a utility file for GraphQL, this one has a function to obtain the list of fields requested in a request
- GraphQL type
Member
now returns activity points and position for next tier change (UP
,NEUTRAL
,DOWN
) - Removed the default token, now you have to use the
npm run gen-token
command to generate a new token - Increased message coefficient for activity points (from 4 to 6)
- We are now using Docker and Docker Compose to launch the API. You can find the commands for build, launch, development, [...] In the README
- Fixed multiple date creation in server activity MongoDB collection (#22)
- We are now using DayJS package instead of default JS date (#24)
- Removal of all
export default
as it is a bad practice that does not force any nomination