I finally have my feature in somewhat of a pushable state, however, it hasn't been completed just yet. Here is what I have gotten done so far:
The question page calls on Nick's API to retrieve the questions from the backend.
The questions page also has clickable questions that have a state set so it can be passed into my widget.
The submission widget component has a submission and docs tab that takes in props from the question component and currently only updates to have the global docs (question specific documents coming soon).
Here is what's next for me:
Add the tab to switch between global and question specific docs. - Task Difficulty: Easy
Add the code-editor IDE so that people can drop some code in here with syntax highlighting. - Task Difficulty: Medium
Begin integrating Judge0 and try to build an API request to export code to the backend and from the backend to Judge0 and all the way back to the frontend. - Task Difficulty: Hard
I finally have my feature in somewhat of a pushable state, however, it hasn't been completed just yet. Here is what I have gotten done so far:
Here is what's next for me:
Add the tab to switch between global and question specific docs. - Task Difficulty: Easy
Add the code-editor IDE so that people can drop some code in here with syntax highlighting. - Task Difficulty: Medium
Begin integrating Judge0 and try to build an API request to export code to the backend and from the backend to Judge0 and all the way back to the frontend. - Task Difficulty: Hard