Guillermo Flores V

Results 10 issues of Guillermo Flores V

Checklist: - [x] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [x] My pull request has a [descriptive title](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request?id=prepare-a-good-pr-title) (**not** a vague title like `Update index.md`) Closes #494 Per conversation with...

enhancement

**Describe the feature** Currently, there are plans to allow organizations to use fCC to host classroom mode. This means there needs to be a degree of separation between different schools,...

enhancement
status: work in progress
Hard

Currently, there is no data sharing opt-in option integrated into Classroom. The app assumes that students have already opted-in to share their data with the app. We do not want...

enhancement
status: work in progress
Hard

**Describe the bug** Recently, we came across an issue that seems to have originated from changes on the FCC backend. Our API processing file (`/util/api_processor`) started creating undefined data inside...

enhancement

While reviewing this PR (https://github.com/freeCodeCamp/classroom/pull/252), we noticed some significant areas for improvement. However, the PR is so old, that we figured it makes more sense to log the changes as...

**Describe the issue** We want to display a comprehensive overview of an individual student's progress through a course. Initially this was displayed in the dashboard page however the page was...

enhancement
status: work in progress

**Describe the bug** We only support one teacher/instructor per class, however, this may not fit all use cases. We would like to be able to have multiple teachers (limit yet...

Currently, no tests exist to ensure that a teacher's dashboard will load with data/how to handle a lack of data. These tests should take into consideration these scenarios: - [...

**Describe the issue** When running tests, we need to be able to test them independently. Currently, when we are running tests to render a page we need to check if...

**Describe the bug** The bug has been temporarily patched with this commit: https://github.com/freeCodeCamp/classroom/commit/40e7ab1f1ea75109c50c23988cc60a02e8d20c56 However, this is a temp fix as we should look into why there is a CORS issue...