-
Notifications
You must be signed in to change notification settings - Fork 46
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
Build Members Detail Page #153
Comments
Can I work on this? |
@IkeHunter could u describe on what would my task be for this issue as I need to approve it with my TA |
@IkeHunter I would like to work on it I would just like to get more information on implementation as I am a beginner |
Would I be able to work on this? |
@sofijamitukevic I just added some additional info to the issue description. You can look through the docs folder too to learn more about some of the utilities in this codebase, and the general coding style (specifically look at |
Info
You would be creating a new page in the admin app that will display information for a member/user. You do not need to use any real data, you can use mock data. A later issue will involve connecting it to a members data "store".
The page/component will be created at
src/apps/admin/members/MemberDetail.tsx/.scss
(component tsx file already exists).The high fidelity wireframe has not been finished yet, but here's the layout:
More info coming soon...
The text was updated successfully, but these errors were encountered: