freeCodeCamp / freeCodeCampOS

Test repo for external freeCodeCamp courses

Home Page:https://opensource.freecodecamp.org/freeCodeCampOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2.1.0]: release features

ShaunSHamilton opened this issue · comments

  • cancellable tests
  • plugin system
    • "hook" onto events: onTestsStart, onTestsEnd, onTestStart, onTestEnd, onProjectStart, onLessonPassed, onLessonFailed, onProjectFinished...
    • Useful for saving progress/submitting
    • #442
  • client ui to ask for API_TOKEN

client ui to ask for API_TOKEN

  • Should this be a main feature of freecodecamp-os?
    • Some consumers will not need/want this
  • Should the plugin system include a way to inject HTML into the client for custom prompts like this?
  • Is this necessary? Or, is it easier for everyone to write a /tooling/token.js file and ask Campers to:
    • node tooling/token.js <API_TOKEN>
commented

unique ids for each challenge?

I would not keep track of each challenge id. Just the block id, like the RDB. Otherwise, I think we will be hammering the API - also, it's just easier.