Skip to content

Feat/add classroom #376

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

Open
wants to merge 18 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
fix types
  • Loading branch information
mariopesch committed Nov 25, 2024
commit 892519f1fbf19fb4b246a63eab1ef2fc3733a855
8 changes: 8 additions & 0 deletions src/actions/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@ export const POST_CLASSROOM_PROJECT_FAIL = "POST_CLASSROOM_PROJECT_FAIL";

export const CLASSROOM_LOGIN_SUCCESS = "CLASSROOM_LOGIN_SUCCESS";
export const CLASSROOM_LOGIN_FAILURE = "CLASSROOM_LOGIN_FAILURE";

//Admin
export const GET_USERS = "GET_USERS";
export const GET_USERS_SUCCESS = "GET_USERS_SUCCESS";
export const GET_USERS_FAIL = "GET_USERS_FAIL";
export const UPDATE_USER_ROLE = "UPDATE_USER_ROLE";
export const UPDATE_USER_ROLE_SUCCESS = "UPDATE_USER_ROLE_SUCCESS";
export const UPDATE_USER_ROLE_FAIL = "UPDATE_USER_ROLE_FAIL";