Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.06 KB

File metadata and controls

19 lines (12 loc) · 1.06 KB

#0.4 - Front End: RestRucturing EveryThing... Ferret.

  • New module loader: Webpack. & Babel for ES6.
  • Set up server to serve from the dist folder
  • Build hbs into html
  • Angular out, ES6 modules in.
  • Data binding transferred to rivets.js

Currently /views has the base for each route with one for the editor. Angular then holds all the templates in the public folder. Bringing RequireJS (or some es6 transpiled alternative) in with rivets should allow this to change. There should be a root level directory for each mini app: "Editor", "Explorer", ... profile/settings?, map(the threejs canvas madness!)

The server should have it's own directory, this is the guy that will provide the API to each of the front end mini apps & any other third party apps that want to register for use.

The data analysis software will also have it's own directory.

For now all will be in this repo as there isn't much between them, but by the 1.0 release I'd hope each will be split into their own repos.

  • Plan out 0.5, think up a fun name for it.
  • Tag the 0.4 release!