The List type allows you to create an ordered sequence of values, introducing a new way to structure data in Onalu
Lists are a new way to structure data in Onalu. A list is an ordered sequence of values. Each value conforms to a specific type that you can specify.
You can create a list of items where each item is of type Text, URL, Email Address, or even an Attachment. This allows you to create a field where users can create a list of items.
Some examples, for inspiration:
A list of type Text for tags in blog post. Example tags might be "New Feature", "Bug Fix", "Trends", etc. This way, users can add as many relevant tags to the record of blog posts.
A list of type Day for available days. You might add this to a table and ask each person to add candidate dates that they are available to schedule an event.
A list of type Email Address for people to notifiy and allow users to create a list of email addresses to notify.
A list of type URLs for citations. Teammates can add a list of all citations for an article you're writing.