User documentation

Projects and Coding

To start coding in Assemblic, you’ll need to create a project.

Create a project

To create a new project, click on Projects from the left-hand menu.

Projects Menu

Select your team from the dropdown list at the top and click Create New Project.

Create Project Button

Note: If your subscription for the team is not up-to-date, you’ll see a subscription page. Otherwise, you’ll see the below screen.

New Project Form

Enter a name and description for your project, then click Add new project.

Assemblic will create a new, template Rules as Code project for you. This process takes a few minutes and you can see the status in the Projects area.

Project Status Once ready, the Status column will show ‘finalised’.

You can edit the new OpenFisca project in the browser or locally.

Note: The OpenFisca API will be available at /api/v1/projects/<project_id>/webhook/spec.

Code on your local

You can use the Git URL to clone the code repository locally and start work on a new Assemblic RaC project.

Git URL Location

Alternatively, you can code within Assemblic.

Code in Assemblic

To use Assemblic’s code-based editor, click on Rules Management in the left-hand menu. You’ll see this screen:

Rules Management Interface

Assemblic pre-configures an OpenFisca template, ready for you to use. Click on the relevant folder(s) or create a new file.

You can also select or create new branches.

Branch Selection

When you select a folder, you’ll see the code in the main area of the Assemblic interface.

Code Editor Interface

Note down the bottom of the screen you can reset changes or commit and push your changes to the branch you’re working on. Assemblic has configured automated deployments to ensure your code is ready to use, moments after you’ve committed your changes.