freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
144 stars 121 forks source link

Create a Details Component [1/4 Details component initial] #425

Closed ngillux closed 9 months ago

ngillux commented 1 year ago

Looking forward for reporting a security issue: Please report security issues by following our security policy: https://contribute.freecodecamp.org/#/security

Describe the bug Currently when a user views the details page it is an empty page. There should be a component created for the details page that is used instead of just a link to a blank page; i.e., details: instead of details: <a href={/dashboard/v2/details/${props.classroomId}/ + ${studentName}} >.

To Reproduce Steps to reproduce the behavior:

  1. Go to Classes
  2. Click on 'View Class' then 'details'
  3. See empty details page

Expected behavior There should be a component that renders (can be blank for now).

ngillux commented 1 year ago

CodeDay mentees will be working on this.

Komal914 commented 1 year ago

I will be working on this