ivorscott / saas-core

Multi-tenant SaaS backend
17 stars 3 forks source link

Render tenants table in the admin app. #34

Closed ivorscott closed 2 years ago

ivorscott commented 2 years ago

Problem

The admin app needs to be able to render all tenants in the web page to manage the accounts.

https://dynobase.dev/dynamodb-golang-query-examples/#get-all-items

Setup

  1. With your own aws account you can do this. Instructions are here to setup your own local infrastructure: https://github.com/devpies/saas-infra
  2. Then use the saas-core project. The cmd/admin/static/templates/tenants.page.gohtml and internal/admin contains the code.
Screen Shot 2022-06-25 at 22 47 33
ivorscott commented 2 years ago

Reassigning this task to me @OdiousPerson. I need to get it done today. I hope you weren't far along in development.

ivorscott commented 2 years ago

Rendered the tenants in the admin application and supported resending a temporary password for when it expires.

Screen Shot 2022-07-09 at 14 34 15