technojam / technojam-frontend

This is the repository for TechnoJam's website frontend, for work please work on Development 1.0. Please do git pull before giving a pull request.
https://technojam--web.herokuapp.com/
MIT License
33 stars 97 forks source link

Update Add Team Member Ui #256

Open lakshya-20 opened 4 years ago

lakshya-20 commented 4 years ago

Task 1

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: "abc@gmail.com",
        Name: "Some Person",
        mid:1,
        position:"someString",
        batch:"2019-2022"

    },
    {
        Image: "Some url",
        github:"githuburl",
        linkedin:"linkedinurl",
        email: "abc@gmail.com",
        Name: "Akhil Kumar Jha",
        mid:2,
        position:"someString",
        batch:"2019-2022"

    },
]

The UI should look similar to: image

trybick commented 4 years ago

Hi, I would like to try this please.

TheoGU commented 4 years ago

Hello, how can I access this page?

lakshya-20 commented 4 years ago

@TheoGU It is available in Dashboard folder

TheoGU commented 4 years ago

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

lakshya-20 commented 4 years ago

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 commented 4 years ago

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

trybick commented 4 years ago

@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