tweak index page and update readme
This commit is contained in:
@@ -73,8 +73,9 @@ Please don't hitch your wagon to this star just yet... I'm coding this in the op
|
|||||||
- [x] Add, Delete notes on Dashboard
|
- [x] Add, Delete notes on Dashboard
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
- [x] Manual test scenario for auth and sub workflows passing
|
||||||
- [ ] Unit tests for server functions
|
- [ ] Unit tests for server functions
|
||||||
- [ ] Integration tests around subscription scenarios
|
- [ ] Integration tests for auth and sub workflows
|
||||||
|
|
||||||
## Special Mention
|
## Special Mention
|
||||||
This https://blog.checklyhq.com/building-a-multi-tenant-saas-data-model/ Article by https://twitter.com/tim_nolet was my inspiration for the user/account/subscription schema. Tim was also generous with his time and answered some of my stoopid questions on the https://www.reddit.com/r/SaaS/ Subreddit.
|
This https://blog.checklyhq.com/building-a-multi-tenant-saas-data-model/ Article by https://twitter.com/tim_nolet was my inspiration for the user/account/subscription schema. Tim was also generous with his time and answered some of my stoopid questions on the https://www.reddit.com/r/SaaS/ Subreddit.
|
||||||
|
|||||||
@@ -35,12 +35,11 @@ const user = useSupabaseUser()
|
|||||||
<section class="py-12">
|
<section class="py-12">
|
||||||
<div class="container px-4 mx-auto">
|
<div class="container px-4 mx-auto">
|
||||||
<div class="flex flex-col md:flex-row items-center justify-center md:justify-between mb-8">
|
<div class="flex flex-col md:flex-row items-center justify-center md:justify-between mb-8">
|
||||||
<h2 class="text-3xl font-bold mb-4 md:mb-0">Features</h2>
|
<h2 class="text-3xl font-bold mb-4 md:mb-0">Tech Stack</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col md:flex-row items-center mb-16">
|
<div class="flex flex-col md:flex-row items-center mb-16">
|
||||||
|
|
||||||
<div class="md:w-full">
|
<div class="md:w-full">
|
||||||
<h3 class="text-xl font-bold mb-4">Tech Stack</h3>
|
|
||||||
<ul class="grid grid-cols-3 gap-10 list-none">
|
<ul class="grid grid-cols-3 gap-10 list-none">
|
||||||
<li>
|
<li>
|
||||||
<Icon name="skill-icons:nuxtjs-dark" class="h-12 w-12 mb-2" />
|
<Icon name="skill-icons:nuxtjs-dark" class="h-12 w-12 mb-2" />
|
||||||
@@ -90,6 +89,9 @@ const user = useSupabaseUser()
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-col md:flex-row items-center justify-center md:justify-between mb-8">
|
||||||
|
<h2 class="text-3xl font-bold mb-4 md:mb-0">Features</h2>
|
||||||
|
</div>
|
||||||
<!-- User Management (text left) -->
|
<!-- User Management (text left) -->
|
||||||
<div class="flex flex-col md:flex-row-reverse items-center mb-16">
|
<div class="flex flex-col md:flex-row-reverse items-center mb-16">
|
||||||
<div class="md:w-1/2 md:ml-8 mb-8 md:mb-0">
|
<div class="md:w-1/2 md:ml-8 mb-8 md:mb-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user