Skip to content

01. Create a kickass **code editor** for remote programming

Past due by almost 8 years 97% complete

This milestone will include the following features (might be updated later...):

  • create the projects seed. including basic build integration and frameworks.
  • think about basic ui structure.
  • integrate angular-material
  • add autosave feature both to localStorage and commits on server machine. We need to try and make it delta change based. If not, time based is…

This milestone will include the following features (might be updated later...):

  • create the projects seed. including basic build integration and frameworks.
  • think about basic ui structure.
  • integrate angular-material
  • add autosave feature both to localStorage and commits on server machine. We need to try and make it delta change based. If not, time based is the second option.
  • open several tabs at a time. each tab, have it's own ecosystem to handle tab related tasks.
  • add basic gulp and bower integrations
  • add user authentication
  • add github api and connect user profile on server to a specific github account
  • add all expected UI settings in a code editor (themes, change code detection manually, etc.)

Next milestone will be to add a more robust git a& github integration. Including: UI for viewing commits, project branches, etc.