Web Health - unders/mywiki GitHub Wiki

Frontend tools

Functionality

Inspiration

API

Features

- User
    ! Settings
    - has_many: Organisation(s); @anderstornqvist; @functionbox.io; 
    + can create an Organisation;

Organisations
   ! Settings
   - has_one: Owner
   - has_many: Admins (members ??)
   - has_one: Account
   - has_many: Projects 
   + Owner can transfer membership to an admin  

- Account
  ! Settings
  ! CreditCard
  - has_many: admins
  
Projects (pingdom.com, what-ever-you-want)
   ! Settings
   - has_one: owner
   - has_many: admins
   - has_many: members
   - has_many: pings
   - has_many: checks