InseeFr / Lunatic-Model

Data model for Lunatic
MIT License
1 stars 10 forks source link

Enum for `"pagination"` property in questionnaire #106

Open nsenave opened 1 year ago

nsenave commented 1 year ago

The questionnaire class has a "pagination" property, which is a string.

➡️ Create an enum to prevent users of Lunatic-Model to insert invalid values in this filed.

nsenave commented 3 months ago

To do in a later releases:

  1. Remove String methods for pagination, create Pagination getPagination() method and mark Pagination getPaginationEnum() as depracated.
  2. Remove Pagination getPaginationEnum() method