Skip to content

Initial structure

Jared Fine edited this page Feb 26, 2024 · 5 revisions

Overview

Naming and relationships (via nomnoml) to be potentially redefined but essentially a minimum viable structure to test with and build from.

_ Models__User__- timestamps_- username____Retrospective__- timestamps_- title_- phase_- summary____Note__- timestamps_- author_- section_- topic_- body____Section__- timestamps_- retrospective_- title____Topic__- timestamps_- retrospective

Styling

  • Descriptive naming for models and attributes (e.g. owner or author instead of user)
  • Idiomatic retrospective language and terms (e.g. action item instead of todo)

Thoughts

  • Should objects track creator/updater?
    • Changes be tracked (e.g. PaperTrail)?
  • Sections are likely to have a lot of duplication (e.g. 4Ls)
    • Topics might have some duplication
Clone this wiki locally