PromucFlow_constructor/appsmith_templates.md
Ankita Kinger 3933f5f4d1
feat: migrate from org to workspace under phase 3 (#14158)
* migration from organization to workspace on code level

* updated a few more files

* fixed runtime errors

* update org settings URL

* Renamed organizationId in domain objects

* changed field named from organization to workspace

* Reverted AppsmithRole changes

* fixed migrations

* recreating indexes

* migration update

* seed data runs before migration, undo changes

* mock commit

* seedmongo to populate upgraded data, datasource upgrade

* fixed two test cases

* updated migrations

* updated prop name

* Upgraded AclPermission

* comment

* migrated AppsmithRole

* more changes

* final set of changes

* variable name changes

* update cypress variable name

* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java

* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* reverting encryption handler change

* refactor code to migrate from org to workspace

* migrated a few missed out org to workspace

* updated a few more

* migrated a few missed out org to workspace

* migration changes

* Removed Permission import

* reverted code change

* few more changes

* fixed failing cypress test

* fixed failing cypress test

Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-07-20 17:24:16 +05:30

2.4 KiB

Appsmith Example Applications and Templates

Our team and the community have created a few example applications that can be used as-is, or as a template that can serve as a starting point for your application.

You can use the applications for yourself following the simple steps below:

  1. Click on the application of your choice
  2. On the top right-hand corner, you will see an option to fork the application
  3. Click on fork application
  4. Log in to Appsmith, if not already
  5. Select the workspace to which the application should be forked
  6. Change datasource credentials to connect to your backend
  7. You now have a fully functional app to use or build on top of

Would you like to contribute your app? Just write in to akshay@appsmith.com.

List of forkable applications on Appsmith

  1. Applicant Tracker System

This application will need you to connect to your instance of Postgres, but once done, you will be able to manage the entire lifecycle of applicants in your hiring pipeline. We've also added Google Calendar API calls so you can schedule interviews directly from this application.

  1. Calendly in Appsmith

A barebones version of calendly that you can use to schedule meetings, or just play around with how you can use APIs and Appsmith to build really powerful applications. Connects to Google Calendar API, so will need you to authorize your OAuth2 token.

  1. Founder/Investor CRM

A pragmatic CRM that helps founders keep track of the investor conversations they have had, and details about the investor, fund and files shared. You can use it to mark the next steps and prioritize conversations. We have found this system very useful personally for our fundraises. We chose to use a Google Sheets backend as that's where founders end up keeping these notes usually. You can just authorize a sheet to get it working.

Watch out for more! If you'd like to contribute a template, please write in to akshay@appsmith.com!