This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Ideas, Brainstorming
codepilot edited this page Nov 3, 2017
·
2 revisions
This page of the wiki shall be used to serve some place where public ideas and notes for further projects and ViUR enhancements could be shared and noted.
- urlBone for URL specification and validation
- currencyBone for specifiying values in currencies and their correct rendering
- markdownBone (already in branch feature/markdownBone)
- tableBone for user-defined tables of arbitrary types
- as replacement for selectOneBone/selectMultiBone
- selectBone(multiple=True) = selectMultiBone
- selectBone(multiple=False) = selectOneBone
- More styles how it is represented (checkbox, multi-select, dropdown, radio button)
A contentBone could be a replacement for textBone. As a more specific idea, the contentBone could involve more specialized bones like urlBone to implement links, or a tableBone to implement tables.
- Define relations that should not be updated automatically
- Update relations only in case when explicitly the bones in refKeys changed (lesser write ops)
- Automatically create directories on anonymous file uploads
- Make this configuable in
conf