Closed andrewquach-dev closed 1 year ago
@andrewquach-dev, Like you mentioned before, I also would like to team up on getting this project creation functionality up and running.
How would you like to go about this? Would you like to branch the issue 29 branch and split up on 51 and 52 or merge to main then do the same? Or maybe, we get together and go over where you're at now and come up with a plan?
@andrewquach-dev, Like you mentioned before, I also would like to team up on getting this project creation functionality up and running.
How would you like to go about this? Would you like to branch the issue 29 branch and split up on 51 and 52 or merge to main then do the same? Or maybe, we get together and go over where you're at now and come up with a plan?
I merge the changes that I made so far which makes it so that the user can make a project but it's still missing the technologies used and organizations parts. Maybe we can each take an issue and if we run into problems then we can get together.
great, sounds like a plan
Allow users to input the technologies used and update the router and controller to support this feature. the following tasks need to be completed:
Front-End Changes:
Modify the project creation page to include a field for users to input the technologies used.
Implement autocompletion functionality to suggest existing technologies as the user types.
Update the router
Modify controller