Skip to content

Meetings

Brenden Soares edited this page May 2, 2017 · 61 revisions

Planned and past meetings and their notes are collected here.

Next Meeting

Proposed Date

  • Friday, April 14 @ 9pm?

Agenda

  • API use cases:
  • finalize transition from intercepts to controller before/after hooks
  • discuss adding a restricted admin UI running on a separate port to provide a method for programmatic access to the revel app
  • add routes file to watch list
  • discuss official ORM
    • https://github.com/Masterminds/squirrel
    • models folder in app folder
    • can we support read replicas in an abstract way? a read DB config and write db config?
    • what about DDD concepts and add either a domain folder or services folder
  • revel CLI v2 https://github.com/revel/cmd/issues/81
  • testing
    • test suite code coverage, possibly via server engine?
    • color revel test results green/red
    • clean up failure text to be more readable:
Failures:
UserTest.TestISignUpWithNewEmail
Status: (expected) 200 != 409  testrunner.go#113

TO:

Failures:
UserTest.TestISignUpWithNewEmail
  Expected response status to be 200, got 409 at CORRECT_FILE.go#ACTUAL_LINE
  • extract testing into its own repo since Revel doesn't depend on it?