technojam-frontend icon indicating copy to clipboard operation
technojam-frontend copied to clipboard

Update Add Team Member Ui

Open lakshya-20 opened this issue 5 years ago • 7 comments
trafficstars

Task 1

  • Change Add Users to Add Team Members
  • Add one more filed for Position

File Location : "../dashboard/team.js" Current UI image

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: image

lakshya-20 avatar Oct 01 '20 21:10 lakshya-20

Hi, I would like to try this please.

trybick avatar Oct 01 '20 23:10 trybick

Hello, how can I access this page?

TheoGU avatar Oct 02 '20 00:10 TheoGU

@TheoGU It is available in Dashboard folder

lakshya-20 avatar Oct 02 '20 05:10 lakshya-20

@lakshya-20 yes but online, where I can see the rendering of the screenshot

TheoGU avatar Oct 02 '20 10:10 TheoGU

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

lakshya-20 avatar Oct 02 '20 10:10 lakshya-20

Hey! @TheoGU @trybick are you working on this?

lakshya-20 avatar Oct 09 '20 19:10 lakshya-20

@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

trybick avatar Oct 09 '20 23:10 trybick