Getting Started

Database

Modules

API Endpoints

Mobile Editor

Web Editor

Localizations

Organization & Team

Export

Figma Import

Advance configure

Email Authentication

Phone authentication

Full project tutorial

Project overview

Create project

Configure database

Configure modules

Configure API endpoints

Import from Figma

Configure using Editor

Export and running

Release Notes

Release Notes

ようこそ、JITERAへ!

はじめに

データベース

モジュール

API エンドポイント

Mobile エディター

Web エディター

ローカライゼーション

組織とチーム(Organization & Team)

エクスポート

Advanced configure

Google Analytics モジュール

Email 認証

電話番号認証

チュートリアル

プロジェクト概要

プロジェクトの作成

データベース設定

モジュールの設定

APIエンドポイントの設定

Figmaインポート

エディタ設定

エクスポートと起動

Column Types

String

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/05aefd39-4006-4968-ba68-a3fcb123f7ce/Screen_Shot_2565-05-01_at_16.40.17.png

Description

Standard string field

Format options

Hiragana — rendered and validated with Hiragana format

Katakana — rendered and validated with Katakana format

Phone — rendered and validated with phone format

Email — rendered and validated with email format

URL — rendered and validated with URL format

Min & Max — minimum and maximum of string length

From & To — The string length must be included in a given interval. The value for this option must be a range

Equal — the string length must be equal to the given value


Text

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b398bbd7-348d-4db0-9d56-968c6bfafd57/Screen_Shot_2565-05-01_at_17.07.09.png

Description

Multiline text field

Format options

Hiragana — rendered and validated with Hiragana format

Katakana — rendered and validated with Katakana format

Phone — rendered and validated with phone format

Email — rendered and validated with email format

URL — rendered and validated with URL format

Min & Max — minimum and maximum of string length

From & To — The string length must be included in a given interval. The value for this option must be a range

Equal — the string length must be equal to the given value


Integer

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f7aed8ab-c399-4983-abc1-39820fd7d7c6/Screen_Shot_2565-05-01_at_17.01.46.png

Description

This is an integer number for counting

Format options

Only integer — To specify that only integer numbers are allowed

Greater than — Specifies the value must be greater than the supplied value

Greater than or equal to — Specifies the value must be greater than or equal to the supplied value

Less than — Specifies the value must be less than the supplied value

Less than or equal to — Specifies the value must be less than or equal to the supplied value

Other than — Specifies the value must be other than the supplied value


Float

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/29efe9ba-3a02-4b00-8a54-d3ab283a05e9/Screen_Shot_2565-05-01_at_17.08.07.png

Description

Float values with standard precision

Format options

Greater than — Specifies the value must be greater than the supplied value

Greater than or equal to — Specifies the value must be greater than or equal to the supplied value

Less than — Specifies the value must be less than the supplied value

Less than or equal to — Specifies the value must be less than or equal to the supplied value

Other than — Specifies the value must be other than the supplied value


Date

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/724ef67a-0886-4045-8033-26189e10099b/Screen_Shot_2565-05-01_at_17.09.34.png

Description

Standard date field, stores only date without time.

Format options

In past — Allow supplied value lies in the past

In future — Allow supplied value lies in the future


Datetime

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/40693a41-0428-4014-a28e-a1dfedff5777/Screen_Shot_2565-05-01_at_17.11.23.png

Description

Combined date and time field, stores date with time in a single value

Format options

In past — Allow supplied value lies in the past

In future — Allow supplied value lies in the future


File

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ef7d7b4a-f0ea-477d-b4f3-1e957a8c99f7/Screen_Shot_2565-05-01_at_17.12.36.png

Description

File field type is designed to store any type of files. Uses default storage to store file data and DB to store metadata.

File format

Single file — only single file submit allowed

Multiple files — multiple file submit allowed

File Type — file type allowed

Only show when single file option selected

Only show when multiple files option selected


Enum_type

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b77963d5-e2e7-4d72-b613-80a0b7d1d89a/Screen_Shot_2565-05-01_at_17.17.40.png

Description

An enum type is a special data type that represents the value from the predefined list of values.