Skip to content
#

cloud-functions

Here are 569 public repositories matching this topic...

rowy
jordanpinski
jordanpinski commented Apr 25, 2022

Is your feature request related to a problem? Please describe.
When using the Connector field type there's no way to set or display an image for each list item.

Describe the solution you'd like
An optional input field to add an image URL.

Describe alternatives you've considered
N/A

Additional context
N/A

good first issue
GzhiYi
GzhiYi commented Apr 4, 2020

对于克隆下来发现没有分类,我这里有一份默认的分类集合提供导入。在云开发控制台导入到分类表即可。

云开发控制台-数据库-DANDAN_NOTE_CATEGORY(如无需新建)-导入-选择json文件即可。

对于json内的数据可以根据需要进行修改。

因为json就这么一段,所以就直接贴上来,保存为json后在导入时选择。

{
  "_id": "food_and_drink_breakfast",
  "categoryName": "早餐",
  "categoryIcon": "icon",
  "description": "早餐",
  "flow": 0,
  "type": 0,
  "parentId": "food_and_drink_total",
  "isSelectable": true,
  "create
good first issue
Glide7
Glide7 commented Dec 17, 2020

Translate 'object-detection' function from Python to Ruby 🟥

We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions.
Help us translate the cloud function ['object-detection'](https://github.com/appwrite/demos-for-functions/tree/master/python/object-detectio

enhancement good first issue help wanted dwoc

Improve this page

Add a description, image, and links to the cloud-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-functions topic, visit your repo's landing page and select "manage topics."

Learn more