Skip to content

Incomplete conditional sentence, missing comma & article #242

@FakhriAz

Description

@FakhriAz

If you want to add new filter condition for your desired field type in Appflowy. First you have to find the specific field type filter entity or create it if doesn't exist. Second, add your filter condition name in the field type conditions enum. Third in [services->field->type\_option->field\_type](https://github.com/AppFlowy-IO/AppFlowy/tree/e0ad364fa3e9da183698739e0661beef22b1728d/frontend/rust-lib/flowy-database2/src/services/field/type\_options), you have to determine how applying that filter condition should take effect. See the [`apply_filter`](https://github.com/AppFlowy-IO/AppFlowy/blob/e0ad364fa3e9da183698739e0661beef22b1728d/frontend/rust-lib/flowy-database2/src/services/field/type\_options/type\_option.rs#L116) method for each type option.

Sentence Fragment – Incomplete conditional sentence & proper noun inaccuracy

Inaccurate:
If you want to add new filter condition for your desired field type in Appflowy.

Accurate:
If you want to add a new filter condition for your desired field type in AppFlowy,

Note:
There are many instances in the documentation where the f in AppFlowy is written in lowercase, but I could not fix it as it will be redundant. However, I did correct it here since it coincided with other errors that needed fixing.

Missing Comma & Article

Inaccurate:
First you have to find the specific field type filter entity or create it if doesn't exist.

Accurate:
First, you have to find the specific field type filter entity or create it if it doesn't exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions