An open API service indexing awesome lists of open source software.

https://github.com/metamodels/notelist

This is the MetaModels note list implementation.
https://github.com/metamodels/notelist

Last synced: 8 months ago
JSON representation

This is the MetaModels note list implementation.

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/MetaModels/notelist/actions/workflows/diagnostics.yml/badge.svg)](https://github.com/MetaModels/notelist/actions)
[![Latest Version tagged](http://img.shields.io/github/tag/MetaModels/notelist.svg)](https://github.com/MetaModels/notelist/tags)
[![Latest Version on Packagist](http://img.shields.io/packagist/v/MetaModels/notelist.svg)](https://packagist.org/packages/MetaModels/notelist)
[![Installations via composer per month](http://img.shields.io/packagist/dm/MetaModels/notelist.svg)](https://packagist.org/packages/MetaModels/notelist)

# MetaModels note list

This is the MetaModels note list implementation.

The note list extends MetaModels by the possibility of adding individual data records (items) to a note list
in the FE output or also to pass them to a form. Possible uses for the note list range from a "normal note list" to
comparison lists, e.g. of product properties, to shopping basket functions.

Optionally, each note can be given additional values such as number, colour or comment using an individual form from
the form generator.

The data can be saved in the PHP session or in the Contao session of a logged-in member.

## Installation

Add with composer

`composer require metamodels/notelist`

or search `metamodels/notelist` in Contao-Manager to install.

## Docs

[Use the note list (currently only in DE)](https://metamodels.readthedocs.io/de/latest/manual/extended/notelist.html)