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

Data manager list #264

Merged
merged 28 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2849d36
init push
adithyadinesh0412 Nov 27, 2024
b278d22
intrim push
adithyadinesh0412 Nov 28, 2024
5063a50
initial push
adithyadinesh0412 Nov 29, 2024
6de8679
Merge branch 'develop' of https://github.com/ELEVATE-Project/survey-p…
adithyadinesh0412 Nov 29, 2024
5fea0e3
rollout datamanager
adithyadinesh0412 Nov 29, 2024
86479d3
review comments
adithyadinesh0412 Dec 2, 2024
1c5519b
Merge branch 'develop' of https://github.com/ELEVATE-Project/survey-p…
adithyadinesh0412 Dec 2, 2024
39f4395
integration test added
adithyadinesh0412 Dec 2, 2024
91bd04d
integration test added
adithyadinesh0412 Dec 2, 2024
8cd0930
integration test added
adithyadinesh0412 Dec 2, 2024
df923a5
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
3571d30
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
46da850
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
6ac6d96
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
061dbe5
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
4b425c7
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
8e19c19
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
2310cca
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
2b2a162
integration test added - issue fix
adithyadinesh0412 Dec 2, 2024
2c186d6
review comments
adithyadinesh0412 Dec 2, 2024
b01a4ff
review comments
adithyadinesh0412 Dec 2, 2024
fcd17e2
Merge branch 'develop' of https://github.com/ELEVATE-Project/survey-p…
priyanka-TL Dec 3, 2024
45a218f
review comments
adithyadinesh0412 Dec 4, 2024
772ec83
integration test check
adithyadinesh0412 Dec 4, 2024
31d3ea5
integration test check
adithyadinesh0412 Dec 4, 2024
2adc557
integration test check
adithyadinesh0412 Dec 4, 2024
fb5171c
Merge branch 'develop' of https://github.com/ELEVATE-Project/survey-p…
priyanka-TL Dec 6, 2024
4a8bc00
Pr comments addressed
priyanka-TL Dec 6, 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
3 changes: 3 additions & 0 deletions src/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,8 @@ OBSERVATION_DEEP_LINK_REGEX= "^https:\/\/dev\.elevate-ml\.shikshalokam\.org\/vie
# Mongo DB
MONGODB_URL=mongodb://localhost:27017/elevate-project

# detault data manager roles - Roles designated to access dashboard in the consumption side
DEFAULT_DATA_MANAGERS="program_manager,program_designer"

adithyadinesh0412 marked this conversation as resolved.
Show resolved Hide resolved
adithyadinesh0412 marked this conversation as resolved.
Show resolved Hide resolved
#Role name which have permission to rollout the resourced
DEFAULT_ROLLOUT_ROLES='rollout_manager'
Loading