mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
84 lines
3.5 KiB
YAML
84 lines
3.5 KiB
YAML
# Copyright 2020-2022 Lowdefy, Inc
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
_ref:
|
|
path: templates/general.yaml.njk
|
|
vars:
|
|
pageId: next-steps
|
|
pageTitle: Next steps
|
|
section: Tutorial
|
|
prefetchPages:
|
|
- overview
|
|
filePath: tutorial/next-steps.yaml
|
|
content:
|
|
- id: body_next_steps
|
|
type: MarkdownWithCode
|
|
properties:
|
|
content: |
|
|
Congratulations! You have completed the tutorial and built a sort-of functioning app.
|
|
|
|
To carry on from here, you have a couple of options
|
|
|
|
### Join the community
|
|
|
|
At our [Github Discussions](https://github.com/lowdefy/lowdefy/discussions) page you can get help with any problems you have, share you ideas, ask questions, and show off the apps you have built.
|
|
|
|
### Understand the concepts
|
|
|
|
To get a more in-depth understanding of how everything works, you can start [here](/overview).
|
|
|
|
### Play with blocks
|
|
|
|
The docs have an interactive playground where you can adjust a block's properties and see how that affects the block in real time. Go look at what you can do with a [`Button`](/Button).
|
|
|
|
### Look at an example app
|
|
|
|
One of the best ways to learn is by doing things for yourself. You can clone an example app that is similar to something you want to build, and start experimenting from there.
|
|
|
|
###### CRUD example
|
|
|
|
This example shows patterns to implement a data admin app which allows users to view, create new, edit and delete data records.
|
|
|
|
- [Example demo.](https://example-crud.lowdefy.com)
|
|
- [App source code.](https://github.com/lowdefy/lowdefy-example-crud)
|
|
|
|
###### Survey example
|
|
|
|
This is a simple customer survey example built with Lowdefy. With this example we demonstrate how simple it is to define a public webform and thank you page in Lowdefy.
|
|
|
|
- [Example demo.](https://example-survey.lowdefy.com)
|
|
- [App source code.](https://github.com/lowdefy/lowdefy-example-survey)
|
|
|
|
###### Case management (ticketing) system example
|
|
|
|
This example focuses on building a rich UI for a hypothetical case management app, in a customer relations setting.
|
|
|
|
- [Example demo.](https://example-case-management.lowdefy.com)
|
|
- [App source code.](https://github.com/lowdefy/lowdefy-example-case-management)
|
|
|
|
###### Movies reporting example
|
|
|
|
This example demonstrates useful patterns for building a BI report/dashboard pages in Lowdefy. It connects to a MongoDB database with the Atlas Movies sample dataset pre-loaded.
|
|
|
|
- [Example demo.](https://example-reporting.lowdefy.com)
|
|
- [App source code.](https://github.com/lowdefy/lowdefy-example-reporting)
|
|
|
|
- _ref:
|
|
path: templates/navigation_buttons.yaml
|
|
vars:
|
|
previous_page_title: Requests
|
|
previous_page_id: tutorial-requests
|
|
next_page_title: Lowdefy overview
|
|
next_page_id: overview
|