Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Conversation

gewenyu99
Copy link
Contributor

This pull requests updates documentation in preparation for 0.15 DB Layers changes.

@gewenyu99 gewenyu99 requested a review from lohanidamodar June 21, 2022 20:41
Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great, few changes.

@@ -1,22 +1,35 @@
<p>
The Database Service allows you to store your application and users' data and fetch it using different supported queries.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Database service should now be Databases everywhere

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

In addition, the Database Service provides built-in validation to check the integrity of your incoming data, custom indexing for query performance,
as well as a flexible permissions mechanism to allow you to easily segment data between different users, teams, and roles.
</p>

<h2><a href="/docs/database#database" id="database">Create Your Database</a></h2>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/docs/databases/#database

  • Reminder, Appwrite homepage repo might need updates too with renaming links
  • Other places might have this link, where we need update too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@eldadfux
Copy link
Member

We should also update realtime docs for new database event names:
https://appwrite.io/docs/realtime

@eldadfux
Copy link
Member

Same here: https://appwrite.io/docs/webhooks#events

@gewenyu99
Copy link
Contributor Author

@lohanidamodar I need a hand on a few things:

  • What are the new events we introduced?
  • What are the new channels we introduced?
  • Is 0.15.x stable to build from source? I want to update the example response in realtime guide
  • We should also document new functionality introduced in CLI, is there a version of the CLI that we generated which I can reference?

@gewenyu99
Copy link
Contributor Author

This is related to:
https://github.com/appwrite/homepage/pull/44

@gewenyu99 gewenyu99 changed the base branch from main to 0.15.x June 23, 2022 14:26
@gewenyu99
Copy link
Contributor Author

Same here: https://appwrite.io/docs/webhooks#events

This is auto generated :D

We should also update realtime docs for new database event names: https://appwrite.io/docs/realtime

Done

@gewenyu99 gewenyu99 requested a review from lohanidamodar June 24, 2022 16:47
@lohanidamodar
Copy link
Member

@lohanidamodar I need a hand on a few things:

  • What are the new events we introduced?
  • What are the new channels we introduced?
  • Is 0.15.x stable to build from source? I want to update the example response in realtime guide
  • We should also document new functionality introduced in CLI, is there a version of the CLI that we generated which I can reference?
  1. All existing database related events will be prefixed by databases.databaseId., new database related events databases.*, databases.databaseId, databases.databaseId.create, databases.databaseId.read, databases.databaseId.update and databases.databaseId.delete.
  2. All database related channels will be prefixed by databases.databaseId.
  3. 0.15.x should be stable to build from source as far as I remember
  4. @christyjacob4 or @Meldiron should know more about CLI

Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
@gewenyu99 gewenyu99 merged commit e7ecc2c into 0.15.x Jun 27, 2022
@gewenyu99 gewenyu99 deleted the database-layers branch July 10, 2022 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants