Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Add Team Member Ui #256

Open
lakshya-20 opened this issue Oct 1, 2020 · 7 comments
Open

Update Add Team Member Ui #256

lakshya-20 opened this issue Oct 1, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request Hacktoberfest

Comments

@lakshya-20
Copy link
Member

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 lakshya-20 added enhancement New feature or request Hacktoberfest labels Oct 1, 2020
@trybick
Copy link

trybick commented Oct 1, 2020

Hi, I would like to try this please.

@TheoGU
Copy link

TheoGU commented Oct 2, 2020

Hello, how can I access this page?

@lakshya-20
Copy link
Member Author

@TheoGU It is available in Dashboard folder

@TheoGU
Copy link

TheoGU commented Oct 2, 2020

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

@lakshya-20
Copy link
Member Author

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
Copy link
Member Author

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

@trybick
Copy link

trybick commented Oct 9, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants