bonham / trackmanager

GNU General Public License v3.0
2 stars 0 forks source link

multi tenancy #16

Closed bonham closed 2 years ago

bonham commented 2 years ago
  1. initialize database on custom schema
  2. mapping table from uuid to schemas
  3. server routes need to understand schema uuid and resolve to schema
  4. server sql statements need to understand schemas
  5. store schema uuid in vuex
  6. frontend hyperlinks need to have schema uuid parameter
  7. handle empty schema uuid on frontend urls
bonham commented 2 years ago
bonham commented 2 years ago

empty schema will not be handled schema is not stored in vuex but in url param

bonham commented 2 years ago

see pr #18