Girl-Code-It / Opportunity-Calendar-Frontend

Opportunity Calendar is the one-stop place to refer important opportunites available in tech-space like newly posted jobs, internships, hackathons, tech-conferences, scholarhsips etc.
https://cutt.ly/opportunity-calendar
MIT License
49 stars 88 forks source link

Combine multiple Post Opportunity Forms into One form #254

Closed vaishali614 closed 3 years ago

vaishali614 commented 3 years ago

Current Behavior:

Currently, there are separate forms for each opportunity.

Solution:

Since all the forms are accepting same data, we can combine 6 forms into one. There are a few differences: 1) Hackathons, Coding Competitions and Tech Conferences will have two date fields - Date of event, Deadline to apply whereas, Jobs, Internships, Scholarships will have only one field for date - Deadline to apply 2) Company Name will be only in Jobs, Internships

AyushPradhan9 commented 3 years ago

Hey, I am interested in the issue. I have a solution to drop or add the fields as we select the opportunity type. Changes to be made: 1) The opportunity selecting dropdown menu will be moved to top to first be able to select opportunity type and the continue filling required detail in form. 2) Removing all specific forms and making one generic form.

vaishali614 commented 3 years ago

@AyushPradhan9 Great! You can go ahead with this.