You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not have self-made templetes, forms and views in Lunes and everything is shown and handled in a generic way. This lets us save programming effort but brings also restrictions. For exmaple, it is currently difficult to implement #467 or #469 due to lack of freedom.
Proposed Solution
Use our own templete, form and view to allow us more flexibility and freedom in impelemtation.
Pros: more possibility for feature extension (Wishes only become more and more and never less).
Cons: much effort, risk of bugs
Alternatives
Stay in the current architecture and solve those restrictions by geneus ideas.
Pros: less effort, less risk of bugs
Cons: restricted flexibility in implementation.
Additional Context
The text was updated successfully, but these errors were encountered:
Motivation
We currently do not have self-made templetes, forms and views in Lunes and everything is shown and handled in a generic way. This lets us save programming effort but brings also restrictions. For exmaple, it is currently difficult to implement #467 or #469 due to lack of freedom.
Proposed Solution
Use our own templete, form and view to allow us more flexibility and freedom in impelemtation.
Alternatives
Stay in the current architecture and solve those restrictions by geneus ideas.
Additional Context
The text was updated successfully, but these errors were encountered: