corrected typo

This commit is contained in:
2026-04-06 11:51:03 +02:00
parent 240a366ce8
commit da0411f5d1
@@ -6,7 +6,7 @@ The login architecture is designed to make future additions to this bridging app
## Single Table Inheritance ## Single Table Inheritance
The database entities will follow the Single Table Inheritance concept. The database entities will follow the Single Table Inheritance concept.
The databse will have one "connections" table that has all the columnns of every supported app. So in this case the table will have username, password and attachment token which are specific to Homebox. Both Homebox and WikiJs will share the token field. The database will have one "connections" table that has all the columnns of every supported app. So in this case the table will have username, password and attachment token which are specific to Homebox. Both Homebox and WikiJs will share the token field.
The entities will be organized with an abstract ConnectionEntitiy class containing the id and appUrl and the app specific entities like HomeboxEntitiy: The entities will be organized with an abstract ConnectionEntitiy class containing the id and appUrl and the app specific entities like HomeboxEntitiy:
***ConnectionEntitiy.java*** ***ConnectionEntitiy.java***