Skip to content

Releases: digitable-lol/light-traffic

v1.4.1

02 Sep 19:05
Compare
Choose a tag to compare

1.4.1 (2024-09-02)

Bug Fixes

  • frontend: resolve path to static files of translations (5eda97e)

v1.4.0

02 Sep 18:46
Compare
Choose a tag to compare

1.4.0 (2024-09-02)

Bug Fixes

Features

v1.3.0

31 Aug 23:44
Compare
Choose a tag to compare

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)

v1.2.3

20 Aug 22:16
Compare
Choose a tag to compare

1.2.3 (2024-08-20)

Bug Fixes

  • routing with using environment basename (#12) (dfa6c5f)

v1.2.2

20 Aug 21:57
Compare
Choose a tag to compare

1.2.2 (2024-08-20)

Bug Fixes

  • get assets with using another paths in url (#11) (d07e8d7)

v1.2.1

20 Aug 21:37
Compare
Choose a tag to compare

1.2.1 (2024-08-20)

Bug Fixes

v1.2.0

20 Aug 20:54
Compare
Choose a tag to compare

1.2.0 (2024-08-20)

Features

  • connect ci with publishing demo page (#8) (6eb02f5)

v1.1.0

20 Aug 20:14
Compare
Choose a tag to compare

1.1.0 (2024-08-20)

Features

  • backend, frontend: add Swagger, CRUD for views at backend & CI repair at frontend (#6) (ad1e88b)
  • build demo page (#7) (43a02b7)

v1.0.0

15 Aug 20:53
Compare
Choose a tag to compare

1.0.0 (2024-08-15)

Features

  • backend: Python Django, REST and DB (#4) (66f57d0)
  • frontend, ci: add configurations (d78557d)
  • frontend: add an application (38ce889)
  • frontend: create web folder with use react ts vite (3dc5495)