-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modify projects #12
Comments
Is there a projects file defining a project object yet? If not, can I make one? |
In the dev branch we have a SQL defintion and in the events_and_projects branch we do have a Rust definition. We do have a lot of partially started branches that could use some finishing and cleaning up. If it's alright with @igniscyan, would you be willing to look at both the event and projects in the events_and_projects's branch and try to finish them up (similar to what you did with members + adding unit tests for what's already there)? |
Yeah I'll work on that |
So I need to write a function to modify a vector of strings for the project file. Any suggestions |
@skbt27i Can you provide more context? |
To modify the other variables, we wrote functions for each modification. Boolean/string types were easy to replace, but I am not sure what the syntax for replacing a vector of strings is. |
Is this for the technologies list? We could have the user supply the whole vector that we would replace entirely (as opposed to chaining a single item in it). Does that help? |
The API should allow officers and bots to modify an existing project's data. The request will include the PK and Key-Value pairs of all the requested changes (including the PK, if valid). This should updated the database, before sending back a response.
The text was updated successfully, but these errors were encountered: