technojam-frontend
technojam-frontend copied to clipboard
Update Add Team Member Ui
Task 1
- Change Add Users to Add Team Members
- Add one more filed for Position
File Location : "../dashboard/team.js"
Current UI

Task 2 Add List of Team Members above the add Team Members form, you can take dummy data from below
const team_members=[
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "[email protected]",
Name: "Some Person",
mid:1,
position:"someString",
batch:"2019-2022"
},
{
Image: "Some url",
github:"githuburl",
linkedin:"linkedinurl",
email: "[email protected]",
Name: "Akhil Kumar Jha",
mid:2,
position:"someString",
batch:"2019-2022"
},
]
The UI should look similar to:

Hi, I would like to try this please.
Hello, how can I access this page?
@TheoGU It is available in Dashboard folder
@lakshya-20 yes but online, where I can see the rendering of the screenshot
The page is only visible to the admin user, after registering a user go to the database and change your role from "user" to "admin". (After setting the project on your local system) you can set up the whole project on your system the backend is at https://github.com/technojam/technojam-backend
Hey! @TheoGU @trybick are you working on this?
@lakshya-20 Hey I'm sorry I haven't been able to :( Please un-assign me as I likely won't be able to soon