Skip to content

Commit

Permalink
feat: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonpixel committed Aug 10, 2023
1 parent e9e0d70 commit 53cde46
Show file tree
Hide file tree
Showing 9 changed files with 8,249 additions and 1,135 deletions.
80 changes: 44 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,59 @@
# Business Model Canvas Plugin for Budibase
<img src="https://github.com/edsonpixel/budibase-businessmodel/blob/main/images/capa.png" />
The Business Model plugin for Budibase is a tool that allows users to create, manage, and visualize business models within the Budibase platform. This plugin is designed to be intuitive and user-friendly, enabling users to easily add, edit, and view various business elements such as customer segments, value propositions, distribution channels, revenue streams, and costs.
# Budibase Select Component

## Getting Started
To get started with the Business Model plugin, follow these simple steps:
1. Install the plugin by navigating to the Budibase dashboard, selecting the Plugins tab, and searching for "Business Model."
<img src="https://github.com/pixelinfinito/budibase-select-component/blob/main/select.png?raw=true" />
## Description
It's a component to implement fullcalendar in your budibase.

2. Once the plugin is installed, navigate to the Business Model tab within the Budibase platform.
3. Add business elements to your model by selecting the relevant sections and entering the required information.
4. Use the visualizer to view your model and how the various elements interconnect to form a complete business model.
## Installation
To install the plugin for Budibase, follow these steps:

## Important information
1. Copy the repository link ```https://github.com/pixelinfinito/budibase-select-component```.
2. Open Budibase and navigate to the "Plugins" section.
3. Click add plugin.
4. Select GitHub source.
5. Put the link in the URL section

1. To use this plugin it is necessary to have a data source.
2. When creating your data source, the table that will be used must have a column named "key".
3. To populate the data in the table it is necessary to follow the list of keys, they are:
1. <b>keyPartners</b> = "Key Partners",
2. <b>keyResources</b> = "Key Resources",
3. <b>keyActivites</b> = "Key Activites",
4. <b>keyPropositions</b> = "Value Propositions",
5. <b>keyRelationships</b> = "Customer Relationships",
6. <b>keySegments</b> = "Customer Segments",
7. <b>keyStructure</b> = "Cost Structure",
8. <b>keyStreams</b> = "Revenue Streams",
9. <b>keyChannels</b> = "Channels"

4. Example: If I want to put a text in the field "<b>Key Partners</b>" I have to use the key "<b>keyPartners</b>"
<p>The plugin will be installed automatically.</p>

# How to map the data
![image](https://user-images.githubusercontent.com/116651657/230389709-e1980907-fd83-4f02-b84d-8d305d002c92.png)
## Use

<p>This plugin allows you to map some data that will appear, such as title and description. You can define any database column to be mapped to these fields.</p>
After installing the plugin for Budibase, you can start using it in your application.
The plugin adds select input and functionality to the platform.

1. First add a data source
2. Add the calendar component inside the data source, you can search for Budibase Select Component


## Features
1. Easy-to-use interface for adding and managing business elements Real-time collaboration among users
2. Possibility to map title and description
3. Possibility to change the language. Portuguese and English

1. Filter
2. Define the name of the column that will be selected
3. Disable input
4. Call events on change

If you have any questions or issues with the Business Model plugin, please reach out to our support team at [email protected].

Contributing
We welcome contributions from the community. If you would like to contribute to the development of the Business Model plugin, please fork this repository and submit a pull request with your changes.

## Find out more about [Budibase](https://github.com/Budibase/budibase).
## Contributing

If you want to contribute to the development of the plugin, follow these steps:

1. Fork this repository.
2. Create a new branch with your changes: ```git checkout -b my-branch```
3. Make the desired changes and commit: ```git commit -m 'my changes```
4. Push your changes to your branch: ```git push origin my-branch```
5. Open a Pull Request to the original repository.4


## Instructions
To build this plugin run the following in your Budibase CLI:

License
The Business Model plugin is licensed under the MIT License.
```budi plugins --build```
You can also re-build everytime you make a change to your plugin with the command:

``` budi plugins --watch ```

## Known issues

There are currently no known issues. If you encounter any problems using the plugin for Budibase, please open an issue in this repository and describe the problem in detail.

## Find out more about [Budibase](https://github.com/Budibase/budibase).
Loading

0 comments on commit 53cde46

Please sign in to comment.