Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#87 - Integrative experiment #121

Merged
merged 30 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
32c463e
changes to manifest json
amirrr Jan 11, 2024
0c2f42d
Add treatment interfaces and treatment files
amirrr Jan 23, 2024
654a67a
Disable error reporting for type-checked JavaScript files
amirrr Jan 29, 2024
e3e4126
Add experiments and treatments modules
amirrr Feb 7, 2024
ebfc434
Add experiments and models for integrative experiment
amirrr Mar 6, 2024
c900ecc
Add and modify routes and controllers
amirrr Mar 13, 2024
8309b53
Update server configuration and experiment module
amirrr Mar 17, 2024
fc4a74e
Update experiment model and related files
amirrr Mar 19, 2024
7d10120
Refactor code and update footer with report link
amirrr Jan 23, 2024
e40ed8f
Remove unused imports in Footer component
amirrr Jan 23, 2024
a8eab93
Add link to publication title
amirrr Jan 11, 2024
e078557
Remove unnecessary class from SignIn page
amirrr Jan 11, 2024
1b046a9
Remove commented out code in About.tsx
amirrr Jan 11, 2024
238b036
Removed translation button
amirrr Jan 11, 2024
bc28bc8
Fixed about link
amirrr Jan 11, 2024
382ea70
fixed banner text
amirrr Jan 11, 2024
e341e0c
Only give two treatments with cleaned statements
amirrr Jan 11, 2024
f7ab147
manifest for random points
amirrr Jan 17, 2024
4288047
Add publication link
amirrr Jan 17, 2024
05bcdb0
fixed About page
amirrr Jan 17, 2024
a66e828
Changed twitter text url
amirrr Jan 20, 2024
13a56c9
Bump vite from 4.5.1 to 4.5.2 in /client
dependabot[bot] Jan 20, 2024
9036aea
Add experiments and treatments modules
amirrr Feb 7, 2024
e09efc9
Add and modify routes and controllers
amirrr Mar 13, 2024
7fd299d
Add experiment configuration and treatment for default experiment
amirrr Mar 26, 2024
2c0d428
Update experiment routes and controllers
amirrr Mar 29, 2024
0e85dc8
Update experiment routes and controllers
amirrr Apr 9, 2024
d897388
Merge branch 'main' into 87-integrative-experiment-registration
amirrr Apr 9, 2024
79cf00d
Update server/.sequelizerc and server/package-lock.json
amirrr Apr 9, 2024
c666697
Refactor experiment controller to remove console.log statement
amirrr Apr 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
344 changes: 4 additions & 340 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@headlessui/react": "^1.7.17",
"@observablehq/plot": "^0.6.11",
"@reduxjs/toolkit": "^1.9.7",
"@watts-lab/surveys": "^1.10.0",
"@watts-lab/surveys": "^1.12.1",
"aos": "^2.3.4",
"axios": "^1.6.2",
"react": "^18.2.0",
Expand Down
Loading