Skip to content

Commit 0dbc0f7

Browse files
committed
major update for RC1
1 parent 469f9c5 commit 0dbc0f7

22 files changed

+152
-60
lines changed

content/features.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Features
2+
3+
- Simple pages with HTML or custom twig template and SEO friendly (front and backoffice)
4+
- Collections & records builder
5+
- Taxonomy management (categories, tags, etc.)
6+
- Register and received a login link by email
7+
- Contact requests form
8+
- Complete user management with Profile (and Groups, Roles) and security features :
9+
- Login form with email that send a login link by email
10+
- Login form with password
11+
- Login with OAuth clients (Google and Github are already installed)
12+
- Profile with photo (and upload on AWS S3 if you want, with VichUploader and Flysystem)
13+
- Permissions matrix for the management of the user's rights
14+
- Reset password by email
15+
- Complete product management linked to your [Stripe](https://stripe.com) account (if you want) with front and backoffice :
16+
- Product page
17+
- Products list
18+
- Buy with Stripe and save orders (subscription or one-time payment)
19+
- Scheduler dashboard and logs : list configured recurring messages and display logs
20+
- CRUD controllers for : Parameters, Parameter categories, Contact requests, etc.
21+
- Settings panel
22+
- DaisyUI themes chooser
23+
- Toasts notifications (flash messages from Symfony and others with [vue-toastification](https://vue-toastification.maronato.dev/))
24+
- OAuth2 Server for authenticated registered users and by applications/clients via OAuth2 grant types (password, client credentials, authorization code, refresh token)
25+
- Public, internal and private with OAuth2 API (you can use it as a headless CMS!)
26+
- I18n ready with Vue I18n and Symfony translation component
27+
- Edit translations in place
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about collections feature will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about contact requests feature will be available later...

content/for-admin-users/pages.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about pages feature will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about products feature will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about scheduler and messenger features will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about settings feature will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about [Stripe](https://stripe.com) integration will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about taxonomies feature will be available later...
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This documentation page about users management feature will be available later...

0 commit comments

Comments
 (0)