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
The bibliography module is intended to be built as a client-side application which retrieves data directly from elasticsearch. The backend side should do no more than instatiate a central JS controller that takes care on all operations. Ideally, an established JS framework should be used to build that application.
Criteria for the choice of the framework should be in my opinion:
testability
encouraging/enforcing the use of typescript
maintainability by project external developers from 2035
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The bibliography module is intended to be built as a client-side application which retrieves data directly from elasticsearch. The backend side should do no more than instatiate a central JS controller that takes care on all operations. Ideally, an established JS framework should be used to build that application.
Criteria for the choice of the framework should be in my opinion:
Beta Was this translation helpful? Give feedback.
All reactions