📄️ Creating Portals
In enterprise applications, users with different application roles typically see different system function entries based on their permissions or business scope responsibilities. JitAi uses portals to implement this differentiation, where users with different application roles see different portal lists, and each portal contains different navigation menus.
📄️ Component-based Page Development
component-based-page-development}
📄️ AI Data Management Page
Common data management pages typically provide CRUD (Create, Read, Update, Delete) functionality, including filter conditions, sorting, pagination, toolbar buttons, action column buttons, and other common interface elements and features. JitAI directly provides an AI data management page to help developers quickly complete data management functionality development, and supports users to perform data management tasks using AI.
📄️ AI Data Analysis Page
data-range-allowed-for-ai-analysis}
📄️ Data Entry Page
In business scenarios such as personnel information registration, vehicle information registration, and equipment information registration, users need to fill out form data and submit it to the backend for processing. JitAi directly provides data entry pages to help developers quickly complete the development of form data collection functionality.
📄️ Markdown页面
在企业应用系统中,开发者想创建一个纯文本页面,比如帮助文档、公告、协议等,那么他就可以选择使用 Markdown 语法来进行编写。
📄️ 创建全代码页面
在真实业务交付中,会存在复杂交互与高度个性化的场景:组件行为难以完全自定义、依赖与版本受限、团队既有前端资产难以复用,调试与性能优化也常被框架边界所束缚。为解决这些痛点,我们推出"全代码页面"能力,让你以原生前端的方式开发页面,同时无缝对接平台能力加速交付。你可以使用熟悉的 React 或 Vue(完整生命周期)自由组织代码,通过网络导包或配置第三方依赖掌控技术栈,并直接使用平台提供的数据模型读写与后端服务调用;在不牺牲自由度的前提下,获得统一鉴权、上下文与运维支撑,让复杂页面既能做得出来,也能长期稳定维护和快速演进。