Decks
As mentioned in the previous section, a project (board game) consists of multiple decks. Every card in a deck is similar but contains different data; therefore, a template and a data table can be used to create each deck. An HTML template describes the layout of a card, and a record from a table can be used to fill that layout with meaningful data. The data can be text, an image, an HTML element, or an attribute of an HTML element. For example, a record may contain the title of a card, the corresponding picture, and the colour of the border of the card.
Creating a deck
To create a new deck, follow these steps:
- Go to your project.
- Click the New button in the top-right corner.
- Fill in the deck details, including the name (required) and description (optional).
- Click Create to save your new deck.
Editing the basic info of a deck
To edit a deck’s basic information, follow these steps:
- Go to your project.
- Click the three dots (⋯) in the bottom of the deck you want to edit.
- Select Edit from the dropdown menu.
- Update the deck details as needed.
- Click Save to apply your changes.
Deleting a deck
Deleting a deck is permanent and cannot be undone. All cards within the deck will also be deleted. Please proceed with caution.
To delete a deck, follow these steps:
- Go to your project.
- Click the three dots (⋯) in the bottom of the deck you want to delete.
- Select Delete from the dropdown menu.
- Click Delete to permanently remove the deck.
Editing the template of a deck
To edit a deck’s template, follow these steps:
- Go to your project.
- Click on the Edit Template button of the deck you want to edit.
Editing the data table of a deck
To edit the data table of a deck, follow these steps:
- Go to your project.
- Click on the Edit Data button of the deck you want to edit.