Skip to content

Meetings 2014 04 24

NotZippy edited this page Mar 5, 2017 · 1 revision

April 24, 2014

Attendees

  • brendensoares
  • landaire
  • pushrax
  • verdverm

Agenda

  • gobl
  • API focus
    • routing package?
  • less magic, more control/transparency
    • templates
    • routing
    • main.go/http handler
  • better templates
    • pongo, haml, twig
    • desired: base templates to extend
    • consider making an interchangeable template interface
    • target for v0.11
  • better documentation
  • release v0.10 - what's left?
    • finish remaing assigned items
    • only include main.go extraction
  • how do we get to v1.0?
    • needs API support e.g. RESTful error codes et al
    • template engine
    • user auth
    • ORM
    • cache
    • see: http://revel.github.io/
  • move samples into own repo

Q: can we separate revel cmd and framework?