From 32812b462385efe54fe06909b50cdda59b205105 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Fri, 17 Apr 2020 06:59:14 +0300 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5c97fbf85..f585217755 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,7 @@ This will allow the Appwrite community to have sufficient discussion about the n This is also important for the Appwrite lead developers to be able to give technical input and different emphasize regarding the feature design and architecture. -## Setup +## Setup From Source To set up a working **development environment**, just fork the project git repository and install the backend and frontend dependencies using the proper package manager and create run the docker-compose stack. @@ -138,10 +138,6 @@ git clone git@github.com:[YOUR_FORK_HERE]/appwrite.git cd appwrite -composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts - -npm install - docker-compose up -d ``` From 5381b58644b945b2914023f3239f70b9f14e00ab Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 17 Apr 2020 18:11:15 +0300 Subject: [PATCH 2/3] Updated docs --- docs/services/account.md | 2 +- docs/services/avatars.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/services/account.md b/docs/services/account.md index 366591e35f..ab1f53af87 100644 --- a/docs/services/account.md +++ b/docs/services/account.md @@ -2,4 +2,4 @@ The account service allows you to authenticate and manage a user account. You ca 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. -This service also exposes an endpoint to save and read the [user preferences](/docs/account#updatePrefs) as a key-value object. This feature is handy if you want to allow extra customization in your app. Common usage for this feature may include saving the user preferred locale, timezone, or custom app theme. The usage of this feature is only limited only by your imagination. \ No newline at end of file +This service also exposes an endpoint to save and read the [user preferences](/docs/account#updatePrefs) as a key-value object. This feature is handy if you want to allow extra customization in your app. Common usage for this feature may include saving the user preferred locale, timezone, or custom app theme. \ No newline at end of file diff --git a/docs/services/avatars.md b/docs/services/avatars.md index 81966f1574..264b476907 100644 --- a/docs/services/avatars.md +++ b/docs/services/avatars.md @@ -1,5 +1,5 @@ -The avatars service aims to help you complete everyday tasks related to your app image, icons, and avatars. Using this service, we hope to save you some precious time and help you focus on solving your real app challenges. +The avatars service aims to help you complete everyday tasks related to your app image, icons, and avatars. -The Avatars service allows you to fetch countries' flags, browser icons, payment methods logos, remote websites favicons, generate QR codes, and manipulate remote images URLs. +The Avatars service allows you to fetch country flags, browser icons, payment methods logos, remote websites favicons, generate QR codes, and manipulate remote images URLs. -All endpoints in this service allow you to resize, crop, and change the output image quality to best fit in your app both in terms of look and performance. \ No newline at end of file +All endpoints in this service allow you to resize, crop, and change the output image quality for maximum performance and visibility in your app. \ No newline at end of file From 78a01da94b67b103caceea84471e382b6a1539f7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 18 Apr 2020 16:58:42 +0300 Subject: [PATCH 3/3] Updated changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index eab0ed6f26..acbd40e17d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## Features * New locale for Khmer +* Added TypeScript type hinting to the JS SDK (@zevektor) ## Breaking Changes