Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new project #532

Merged
merged 3 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/manage-projects/platform-mgmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ title: Project Management
A `Project` on OpenFn is a shared workspace for a team or organization that
contains their Workflows, Credentials and Collaborators scoped to that project.

## Managing Projects

We introduced a `Projects` table in `v2.7.14` to help users manage their OpenFn
projects in a table view. This is the new page that you'll see everytime your
login to your OpenFn account. When users click `Projects` in the meanu sidebar,
you will see the list of projects where you have been granted a collaborator access.

![Project Table](/img/projects-table.png)

## Creating a new Project

To create a new Project, follow the following steps:

1. Log in into your OpenFn account or navigate to projects table by clicking
`Projects` on the breadcrumb if you're in a different project.
2. On the projects table, click on `Create project`. This will open a modal for
you to provide the details of the project.
3. Enter the `name` and `description` of the new project.
4. For users on cloud-hosted OpenFn, you'll be required to select a
`billing account` your new project should be billed to.

:::info For cloud hosted users on app.openfn.org

1. Projects in a billing account should have unique names.
2. New projects CANNOT be on a free plan.

:::

![Create a project modal](/img/create-project-modal.png)

## Updating Project Information

You can access your Project's information under `Settings` (see app menu
Expand Down
Binary file added static/img/create-project-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/projects-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.