This commit is contained in:
mi-hol 2023-06-12 23:07:01 +02:00
parent 1c9876d670
commit 0406e2da4b
1 changed files with 8 additions and 10 deletions

View File

@ -1,17 +1,18 @@
# rusEFI online (REO)
rusEFI online (REO) backend is tightly integrated with phpbb forum.
REO frontend is a TunerStudio plug-in.
# Authentication
## Authentication
REO token is visible to the user on his personal forum page. Users have a button to reset their REO token on their forum page.
User has to copy paste his token into plugin settings to establish connectivity.
# .ini workflow
## .ini workflow
.ini files are resolved based on signature using https://rusefi.com/online/ini/rusefi/ library
.ini files are resolved based on signature using <https://rusefi.com/online/ini/rusefi/> library
# Domain Model
## Domain Model
Users: ``user_id``
@ -19,13 +20,10 @@ We use phpbb users.
Engine:
Vehicle: ``user_id, vehicle_name``
All and each vehicle is unique! Even if you have two Miatas, those are two different vehicles.
All and each vehicle is unique! Even if you have two Miatas, those are two different vehicles.
Engines: User,Make,Code,Displacement,Compression,Aspiration
Tune: User
Tune: User