monkeytype/backend
bvoo 4e9ab796ad
Add timestamp filter for results (#3815)
* Add timestamp filter for results

* moved validation, changed mongo filter to gte.

* conditionally include time in mongo query, strict schema.

* changed min to monkeytype birth date

* added result options, check for nil.

* update description

* timestamp constant

* rename timestamp to onOrAfterTimestamp, make opts optional

* declaration and description modifications

* one last time

* move result ops

* one last one for real
2022-12-07 22:11:22 -05:00
..
__tests__ Add weekly xp leaderboards backend (#3511) Bruception 2022-11-28 14:10:02 +01:00
private Add weekly xp leaderboards backend (#3511) Bruception 2022-11-28 14:10:02 +01:00
redis-scripts Add weekly xp leaderboards backend (#3511) Bruception 2022-11-28 14:10:02 +01:00
src Add timestamp filter for results (#3815) 2022-12-07 22:11:22 -05:00
.gitignore
docker-compose.yml
example.env
jest-mongodb-config.js Feature/backend test (#2937) sondrekje 2022-05-05 15:19:31 +02:00
jest.config.ts Implement streaks (#3385) typermonkeyuser, bruception, miodec 2022-09-05 12:13:55 +02:00
package-lock.json fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#3814) 2022-12-07 15:52:48 +01:00
package.json fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#3814) 2022-12-07 15:52:48 +01:00
setup-tests.ts Add daily leaderboards (#3023) bruception 2022-05-26 16:30:11 +02:00
tsconfig.json Move backend source files into src folder (#2943) 2022-05-05 19:27:00 +02:00