Skip to content

Meetings 2017 04 27

NotZippy edited this page May 3, 2017 · 1 revision

April 27, 2017

Attendees

  • brendensoares
  • shawncatz
  • notzippy

Agenda

  • decide on which features to commit to for the May 2nd release

Notes

  • following up on prior meeting action items:
    • Shawn recommending Jenkins for release automation
      • Jenkins is resource intensive, should have its own server instance
      • Shawn will start experimenting with automating the Revel release workflow as defined in the wiki in a local VM instance of Jenkins
  • v0.15 release
    • DEFER template engine pending testing
      • Shawn to move to v0.16
    • DEFER server engine pending testing
      • Shawn to move to v0.16
    • DEFER json param parsing
      • bind to struct
      • bind to fields e.g. strings, ints, etc
      • parse into Controller.Params
        • need (type, bool) return support to determine if the value is present
    • DEFER testing package/module changes
      • pending twitter poll feedback on current usage popularity
    • Shawn create RC branches
  • Revel ORM
    • how can we make a pluggable data layer that is quick and easy to use out of the box (batteries included principle)
    • allow data-centric and domain-centric approaches