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

Modify projects #12

Open
mirdaki opened this issue Sep 22, 2018 · 7 comments
Open

Modify projects #12

mirdaki opened this issue Sep 22, 2018 · 7 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mirdaki
Copy link
Member

mirdaki commented Sep 22, 2018

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.

@mirdaki mirdaki added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 22, 2018
@mirdaki mirdaki added this to the 1.0.0 milestone Sep 22, 2018
@skbt27i skbt27i self-assigned this Apr 17, 2019
@mirdaki mirdaki removed this from the 1.0.0 milestone May 10, 2019
@skbt27i
Copy link
Contributor

skbt27i commented Jun 10, 2019

Is there a projects file defining a project object yet? If not, can I make one?

@mirdaki
Copy link
Member Author

mirdaki commented Jun 12, 2019

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)?

@skbt27i
Copy link
Contributor

skbt27i commented Jun 17, 2019

Yeah I'll work on that

@skbt27i
Copy link
Contributor

skbt27i commented Aug 5, 2019

So I need to write a function to modify a vector of strings for the project file. Any suggestions

@mirdaki
Copy link
Member Author

mirdaki commented Aug 8, 2019

@skbt27i Can you provide more context?

@skbt27i
Copy link
Contributor

skbt27i commented Aug 10, 2019

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.

@mirdaki
Copy link
Member Author

mirdaki commented Aug 11, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants