You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything else what could be included in project schema/model or someting shouldnt be there?
Who should be able to start a project a user of app, member of club or its admin?
Should i store in "owner" var and "participants" array users by their uuid or their usrname?
Should request when creating new project be rejected when user with given username/uuid be rejected or just be skipped when adding to participants / owner?
if one API endpoint will be /project/getAllProjects should it have a posibility to provide some kind of filters or search function so user could write in request body:
{
match : {
university : "PUT",
joinFree : "true",
involvedScienceClub : "AKAI",
technology : ["REACT" ],
}
}
and it would return all matching projects. Or for now lets just keep it simple and should return all projects in Database?
No description provided.
The text was updated successfully, but these errors were encountered: