Conversation
| { label: "Labor Studies/B.A.", value: "Labor Studies/B.A." }, | ||
| { label: "Global Studies/B.A.", value: "Global Studies/B.A." }, | ||
| { label: "Psychobiology/B.S.", value: "Psychobiology/B.S." }, | ||
| ]; |
There was a problem hiding this comment.
It would be better if the frontend and backend can share the same university/cc/major list.
There was a problem hiding this comment.
Yes, this part will be store in our db in the future, and will be requested from db when user select the target university and cc. The dropdown menu for majors will be render dynamiclu based on that.
There was a problem hiding this comment.
Shall we open a new repo called AssistFetch to fetch uni/cc/major list from assist.org?
|
|
||
| const searchHandler = (event) => { | ||
| console.log(university, cc, major); | ||
| //fetch Data from DB, suppose we have data here |
There was a problem hiding this comment.
// Todo(Kevin): fetch Data from DB, suppose we have data here
There was a problem hiding this comment.
@biankaiwen111 Can you manually input those data into db and make adjustment to the code here? So we don't have to have this example.is file.
After that, you can start writing APIs for inputting the data and then refine the data display method.
The step after that should then be finding a good method/visualization for volunteer inputting
No description provided.