Without writing code, I will take you to develop a health check-in application by hand

This article is shared from the HUAWEI CLOUD community "Create a Health Check-in on AppCube for Enterprises [Play with HUAWEI CLOUD]", author: y-wolfandy.

1. About AppCube

The AppCube low-code development platform office suite is the most distinctive. It provides an application development model that supports no-code, low-code, and multi-code on the cloud, which shields the complexity of technology and improves the efficiency of enterprise development. By using the interface, logic, objects and other visual orchestration tools provided by AppCube, you can quickly build applications in the way of "drag, pull, and drag", so as to realize the rapid application development and construction of what you see is what you get.

2. Business scenarios

At present, due to the re-emergence of the epidemic, many parts of the country have strengthened the control of the epidemic. In order to do a good job in the company's epidemic prevention, many companies have formulated epidemic punch-in requirements for their employees.

This example uses the creation of the AppCube health check-in application as an example to introduce how to develop the health check-in application function on the AppCube.

3. Operation process

3.1. Log in to AppCube

Enter the AppCube home page: AppCube_Low-code development platform_software development tools_application development tools_HUAWEI CLOUD .

Select in turn -- use now -- enter the development environment.

 

3.2. Create AppCube Health Check-in Application

Create the AppCube health check-in application in the AppCube development environment, set the display effect of the application on the mobile terminal, and set business access permissions for Welink users.

On the "Project" tab on the home page of the AppCube development environment, click "Light Application".

On the "Light Application" page, find the "Health Check-in" template, and click "Use Template".

Enter the corresponding basic information, set up a health check-in here, and select Create.

To modify the page mode to be published, click the page under the "Page" directory, click the page, switch the page layout mode to mobile mode, and click.

In the same way, modify the layout mode of the page to mobile mode.

The preview effect is as follows.

Set the display effect of the AppCube health check-in application on the mobile terminal.

  1. Click "Configuration" at the bottom of the left menu bar, and on the "Mobile Application Settings" tab, set the following parameters.
  2. Display name: The name displayed by the AppCube health check-in app on the mobile terminal. After setting, click "Save".
  3. PC home page setting: optional configuration, select the page as the PC-side home page of the light application on the WeLink open platform.
  4. Application management background settings: optional configuration, select the page as the free login page on the PC side. After the settings are complete, click "Save".

 

Configure the permission to allow users to use this business application.

  1. Select "Manage" above the AppCube development environment to enter the management console.
  2. In the left navigation pane, choose User Management > Permission Configuration.
  3. In the Rights Profile List, click Portal User Profile.
  4. In the permission configuration details, click the Application Settings tab, click, select the Visibility check box of the application, and click. Configure app visibility.

 

3.3. Compile and publish the application

The operation of publishing the application created on AppCube to WeLink is as follows.

  1. Compile and publish the application on AppCube, and compile and publish the created application to WeLink.
    1. On the "Project" tab of the home page of the AppCube development environment, under "My Application", click "aaa" created earlier to enter the application development page.

On the left navigation bar, click the lower left corner and select "Compile" to start the application compilation.

 

After compiling, click and select "WeLink-Light Application".

After publishing to WeLink, the interface is as follows.

Submit an application to publish an application on WeLink. In Version Management, click Release Versions.

Select the auditor, enter the description information in "Release Notes", such as "First Test Release", click "OK", and submit the application release application to the auditor for review. After the review is completed, the application will be published in the enterprise WeLink.

3.4. Test the application on the mobile terminal

After the app is released, you can search and verify the published light app on your mobile phone, or you can directly scan the code on the enterprise WeLink administrator interface to enter the light app.

  1. On the WeLink mobile terminal, click "Business" and search for the application "Health Check-in".
  2. Finally, follow the relevant prompts for further operations.

4 Conclusion

Interested students can refer to the HUAWEI CLOUD guidance process for practical operations.

https://appcube.cn-north-4.huaweicloud.com/studio/index.html#/projects/

Click Follow to learn about HUAWEI CLOUD's new technologies for the first time~​

Guess you like

Origin blog.csdn.net/devcloud/article/details/124092088