Releases: digitable-lol/light-traffic
Releases · digitable-lol/light-traffic
v1.4.1
v1.4.0
1.4.0 (2024-09-02)
Bug Fixes
- add filter (d66c3b2)
- add outlined search bar (4e8153c)
- add random backgraund color (a103c79)
- add stack icon and fix title style (6e1b52d)
- center elements (9a7972e)
- change borders in table (50cb871)
- change gantt`s header (60f699f)
- change icon (40e0db9)
- change margin (44cd4e4)
- change margin (0dd9a2d)
- change routes (7a99cda)
- change status chip color (608d85e)
- change status selector (4cc155a)
- change style for card (ee15944)
- change timeline`s style (d0d4e65)
- delete backgraund (94157b4)
- delete unnecessary route (d455867)
- fix backgraund color (af98c37)
- fix header display (7d084f4)
- fix icons style in the header (8ec6f69)
- fix navigation (044cb32)
- fix project route (734fe13)
- fix style for goals table (1ddf2f7)
- Improve NavButton (69e15fc)
- remove display from component (ef087a6)
- use a different icon and font (3c11f12)
- use another component from the MUI library (13c2723)
- use new components (a5a375d)
Features
- add gantt lib (942da97)
- add image (2b6872f)
- add login page (b0e210e)
- add navigate (738beb7)
- add profile card (9662305)
- add profile card component (8b8527f)
- add translate (d5d8c3f)
- add translate (7d0fb8f)
- add translstion (796c595)
- frontend: add login page (bcfc5c1)
- init gantt lib (49df417)
- move the display change as a new component (48ac0e5)
- update indents (93df0a3)
v1.3.0
1.3.0 (2024-08-31)
Bug Fixes
- added "final_report_color" field to report model (935fde5)
- added "is_deleted" field to all models, (e232577)
- added employee_mail field to employee model (2032571)
- added objective_description to Objective model, fixed "project_description" spelling (5dcb3c4)
- change methods spelling in views (e278255)
- changed DB_HOST to container name (a6fbe91)
- changed log location (3dd3435)
- changed on_delete func from CASCADE to DO_NOTHING in all models (98cd389)
- changed oneToOne to ForeginKey in Report model (6fdbbfc)
- changed spelling from "delete: to "destroy" (0744ac7)
- changed spelling from "read" to "retrieve" (26def45)
- changed timezone from UTC to MSK (cb96ac5)
- delete unnecessary import (f5298cf)
- is_deleted fs hidden from the object creation form for all models (234ac64)
- list methods now shows only not "deleted" objects for all models (4124dad)
- method destroy for all models now changes is_deleted field value to True instead of deleting object from db (5b25127)
- retrieve methods shows only not "deleted" objects for all models (bad610a)
Features
- add goals table (2d6a169)
- add status selector (1cc2665)
- add timeline to the reports page (6ba90e0)
- create timeline (088bfa8)
- Docker-compose.yaml for config containers (54d6786)
- Dockerfile (17d9396)
- filters by choose for all models in admin panel, search field for all models, show general fields in sheet for all models (bab7dfc)
- list method for projects model shows projects that are appropriate in time (63cd46d)
- logger connect to app (681202b)
- logger for "list" methods (6e9c5c7)
- logging for create methods (75e3298)
- logging for destroy methods fix: retireve request info (39eb752)
- logging for retrieve methods (66e320d)
- search method for employes model (4270fbe)
- update dependencies (8bafb81)
- Update method for Employees model (71fd368)
- Update method for Objective model (c473751)
- Update method for Report model (fc84058)
- use goals table on report overlay (6d1c99d)