Skip to content

Commit

Permalink
chore: update added status to service modules
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkanishka committed Nov 20, 2024
1 parent 2b49a07 commit 8aa4bff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/appwrite/services/accounts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ defmodule Appwrite.Services.Accounts do
You can authenticate the user account by using multiple sign-in methods available.
Once the user is authenticated, a new session object will be created to allow the user to access his or her private data and settings.
Status: In Testing
"""

alias Appwrite.Consts.AuthenticationFactor
Expand Down
2 changes: 1 addition & 1 deletion lib/appwrite/services/database.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Using Appwrite permissions architecture,
you can assign read or write access to each document in your project for either a specific user,
team, user role, or even grant it with public access (*).
Coming Soon
Status: In Progress
"""
end
2 changes: 1 addition & 1 deletion lib/appwrite/services/functions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ defmodule Appwrite.Services.Functions do
or by setting it to be executed in a predefined schedule.
Your code is stored in a secure way on your Appwrite instance and is executed in an isolated environment.
Coming Soon
Status: Coming Soon
"""
end
2 changes: 1 addition & 1 deletion lib/appwrite/services/locale.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ defmodule Appwrite.Services.Locale do
The user service supports multiple locales.
This feature allows you to fetch countries and continents information in your app language.
Coming Soon
Status: Coming Soon
"""
end
2 changes: 1 addition & 1 deletion lib/appwrite/services/messaging.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ defmodule Appwrite.Services.Messaging do
Sending personalized communication for marketing, updates, and realtime alerts can increase user engagement and retention.
You can also use Appwrite Messaging to implement security checks and custom authentication flows.
Coming Soon
Status: Coming Soon
"""
end
2 changes: 1 addition & 1 deletion lib/appwrite/services/storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ defmodule Appwrite.Services.Storage do
The preview endpoint allows you to generate preview images for your files.
Using the preview endpoint, you can also manipulate the resulting image so that it will fit perfectly inside your app in terms of dimensions, file size, and style. The preview endpoint also allows you to change the resulting image file format for better compression or image quality for better delivery over the network.
Coming Soon
Status: Coming Soon
"""
end
2 changes: 1 addition & 1 deletion lib/appwrite/services/teams.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ defmodule Appwrite.Services.Teams do
Each user who creates a team becomes the team owner and can delegate the ownership role by inviting a new team member.
Only team owners can invite new users to their team.
Coming Soon
Status: Coming Soon
"""
end

0 comments on commit 8aa4bff

Please sign in to comment.