-
rateLimiter.ts
-
logger.ts
-
queryParser.ts
-
responseTime.ts
-
security.ts
-
session.ts
-
staticServe.ts
-
remove
deepmerge-ts
, use same logic asstaticServe
for merging configs, where possible
-
User
-
ExperimentSession
-
Experiment
-
MediaAsset
-
Response
-
Stimulus
-
PerceptualDimension
-
PerceptualCoordinate (derive on client-side = Response at each dimension)
-
PerceptualSpace (derive on client-side = Responses at each dimension for all stimuli of experiment session)
-
Potential change names from
stimuli
andcategory
toindependent variable
anddependent variable
. Need to study the relevant psychophysics literature and nomenclature.
-
FIELDS constants: maybe return _id as well? or is it returned automatically by default?
-
User
-
ExperimentSession
-
Experiment
-
MediaAsset
-
Response
-
Stimulus
-
PerceptualDimension
- [x]
- Users
- Dashboard
- Homepage
- [x]
- Unit tests for
experimentController
- Integration tests for
userRoutes
- Unit tests for
policies
- Unit tests for
generateShuffledIndexes
service