Skip to content
  • jpic ∞'s avatar
    Moving on, story in full commit message · ae09a36b
    jpic ∞ authored
    - Removed full mdc bundles in favor of snowpack generated ones
    - Added starmvc.snowpack app, based on djsnowpack
    - Doing so, apps may now inject Components in responses asynchronously
    - Started porting Ryzom data binding into starmvc.ryzom
    - Views now behave like Django: they are instanciated per-request
    - As such, they will respond with self.page by default
    - html.Page has earned a layout that was developed inside snowpack
    - App may now inject middlewares, startup commands, dev commands
    - ORMMiddleware was ported to ASGI Middleware which supports WebSocket
    - The menu generation pattern has been ported from CRUDLFA+
    - It provisions the global navigation menu for now
    - New urls command to dump generated urls
    - New dev command creates the snowpack dev process
    - Some code was pasted from starlette authentication document, it's
      still to implement
    ae09a36b