Skip to content
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

Create a new front-end / UI #58

Open
adrienjoly opened this issue Mar 19, 2020 · 1 comment
Open

Create a new front-end / UI #58

adrienjoly opened this issue Mar 19, 2020 · 1 comment

Comments

@adrienjoly
Copy link
Owner

adrienjoly commented Mar 19, 2020

Objectives:

  • compatibility => any student should be able to use it, whatever their OS, browser and privacy settings
  • robustness => let's avoid relying on 2-way binding, polyfills and other technical tricks that may cause bugs
  • testability => build it in a way that makes it fast to test, so we can enable continuous integration
  • modularity => it should allow to plug-in different back-ends and/or UI elements, e.g. to enable self-assessment with granular feedback
  • simple deployment => before adding any plug-ins, the UI should be a static webapp, so we can deploying easily and quickly to a wide range of hosting platforms, including free ones. (e.g. github pages, netlify, now.sh, firebase...)
  • foster contributions => use a tech stack that is popular, to make it motivating and accessible for other developers to contribute

Also, we should probably create a separate repo for the UI, and focus this one on the writing of exercises + the collection and evaluation of student submissions.

See the list of related issues, below, including closed ones. (consider this issues as an epic that should cover all these requirements)

@adrienjoly adrienjoly self-assigned this Mar 19, 2020
@adrienjoly adrienjoly removed their assignment Mar 19, 2020
@adrienjoly adrienjoly added this to Inbox in Board via automation Mar 19, 2020
This was referenced Mar 19, 2020
@adrienjoly
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Board
  
Inbox
Development

No branches or pull requests

1 participant