8000 🚀 Feature: Appwrite Admin no-code customized back-office. · Issue #5760 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🚀 Feature: Appwrite Admin no-code customized back-office. #5760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
byawitz opened this issue Jul 3, 2023 · 3 comments
Closed
2 tasks done

🚀 Feature: Appwrite Admin no-code customized back-office. #5760

byawitz opened this issue Jul 3, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request product / console Console, UI and UX issues

Comments

@byawitz
Copy link
Member
byawitz commented Jul 3, 2023

🔖 Feature description

Introduction

When developing with Appwrite everything covers from the Developer side:

  • Authentication and Autherztion
  • Database
  • Realtime
  • Storage
  • etc.

When there's a need for a data entry (and management) we can choose one of the following approaches.

  1. Using Client side SDK, is very limiting.
  2. Using Server side SDK, is the most common way (IMO).
  3. Using CLI side SDK, is pretty rare.
  4. Using the Console itself, is common when the developer is the one who is in charge of entering the data.

The problem with the first 3 methods is that it requires the developer to develop that backend office again and again for any new project.

The last approach is very hard to use as you don't have a way to control the data flow, track it, and strict it with permissions.

A Solution

Adding an all-in-one Appwrite backend builder.

The builder will be composed of many common use cases with Appwrite data, and the building process won't be targeted the darg-n-drop features, as it will be targeted the solution of being able to quickly deploy an internal tool that will use Appwrite Database and Storage.

Using the backend builder will be easy and fast, and will give an easy way to allow customer and level-based users to add data to their Appwrite project.

Features

  • Custom domain/path.
  • Basic User access-level (teams) management.
  • Tracking activity (who did what).
  • Simple, yet powerful builder.
  • A wide variety of CRUD views including relationships and storage.

Builder Overview

In order to add a back office to a project there will be a need to activate the service per-project.
image

Then the user will be able to access the newly added menu to manage the back office.
image

Inside this page, the user will have three tabs

  • Views
  • Users
  • Permission group (teams)
  • Settings

Views

In the view section, the user can add a view.
A view is a CRUD operation group.

For example, in an e-commerce website, the user will be able to add a products view that will have

  • List (a smart ajaxable data-tables)
  • Create/edit form

Users

For now, the managing of the user will be only through this tab - although in the future it can be added to the generated back office - and the user can:

  • Add Users.
  • Assigning a user to a permission group(s).

Permission group.

Permission groups are Teams that can be declared to have the following permission for a CRUD view.

  • Full - read/write/create/delete.
  • Moderate - read/write/create
  • Reviewer - read/write
  • Viewer - read

One permission group can be used for many CRUD views.

Settings

In the settings section, the user will be able to manage common backend settings

  1. Predefined theme or create a custom one.
  2. Language and direction (LTR & RTL)
  3. Custom logo for the back office.
  4. Any other suggestions...

The technical details

The back office will be a standalone package (like the console) built with SvelteKit and

  • Will use the _console_users base table (or any newly created one that this not attached to a project) - the easiest one.
    OR
  • Will two new tables _[ID]_backoffice_users & _[ID]_backoffice_teams

🎤 Pitch

When using Appwrite as BaaS it will be much easier to have all the necessary parts for the development in one place. Instead of the need to use other/separate services.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@byawitz
Copy link
Member Author
byawitz commented Jul 3, 2023

If this feature will be approved I can chip in with the development process.

@joeyouss
Copy link
joeyouss commented Jul 3, 2023

Hey, definitely love this! Could be possible in future

@joeyouss joeyouss added product / console Console, UI and UX issues feature labels Jul 3, 2023
@joeyouss joeyouss self-assigned this Jul 7, 2023
@stnguyen90 stnguyen90 added enhancement New feature or request and removed feature labels Mar 20, 2024
@eldadfux
Copy link
Member

While I see the appeal, Appwrite is a Cloud backend platform and not a no-code tool. Our focus is on enabling developers to be more productive by giving them the backend tools they need throw APIs and SDK.

With each tool you have to understand your audience and abstractions layers. One rule we always followed in Appwrite is that are abstraction starts in the backend layer and ends in the API layer. We never touch the developer UI or should we be opinionated about how it should be build.

The described above is already out in the wild with many no-code platforms, many of them already integrate with Appwrite. We will always love to add and support more integrations like this.

That said, never say never, but if we do decide to do something like this, it would most likely be a separate product to Appwrite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request product / console Console, UI and UX issues
Projects
None yet
Development

No branches or pull requests

4 participants
0