Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different colors for actual use polygons + code comments #397

Merged
merged 44 commits into from
Jul 13, 2024

Commits on Jul 7, 2024

  1. Fixed the styling of polygons

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    12ac970 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Changed the location data output

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b1d1df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e2674 View commit details
    Browse the repository at this point in the history
  3. Fixed FE issues after chaning location response

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3955c55 View commit details
    Browse the repository at this point in the history
  4. Added random ID for rows

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    36e49b6 View commit details
    Browse the repository at this point in the history
  5. Reimplemented 3D view

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    81d8fe4 View commit details
    Browse the repository at this point in the history
  6. Fixed closing issues

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e869936 View commit details
    Browse the repository at this point in the history
  7. Added fake zoom buttons for 3D

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0970781 View commit details
    Browse the repository at this point in the history
  8. Fixed resizing of 3D view

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b49c30d View commit details
    Browse the repository at this point in the history
  9. 3D component cleanup

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7e5d1d3 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    df4749d View commit details
    Browse the repository at this point in the history
  11. Final 3D cleanup

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f5feffa View commit details
    Browse the repository at this point in the history
  12. Disabling draw polygon in 3D

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e20bf7b View commit details
    Browse the repository at this point in the history
  13. Fixed search bar bug

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fca2053 View commit details
    Browse the repository at this point in the history
  14. Map type now stays on tab switch

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f35e607 View commit details
    Browse the repository at this point in the history
  15. Fixed polygon reseting on tab switch

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    600b996 View commit details
    Browse the repository at this point in the history
  16. Fixed padding issues

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    efd01a1 View commit details
    Browse the repository at this point in the history
  17. Started working on the multi row data view

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    501f855 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Added fly to button

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e190728 View commit details
    Browse the repository at this point in the history
  2. Fixed some fly to bugs

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c40ce24 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Optimized datasets fetching

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    06b87af View commit details
    Browse the repository at this point in the history
  2. Final data view styling

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    62ad4da View commit details
    Browse the repository at this point in the history
  3. Fixed fly to with tabs that are already opened

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    319f1f8 View commit details
    Browse the repository at this point in the history
  4. Reverted mock data

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4c6e5e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    831778a View commit details
    Browse the repository at this point in the history
  6. Added basic polygon coloring

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8c3c3ec View commit details
    Browse the repository at this point in the history
  7. Moved the coloring to the backend

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ee30de4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0b82be View commit details
    Browse the repository at this point in the history
  9. Sending the usage type from BE to FE

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0efe74f View commit details
    Browse the repository at this point in the history
  10. Fixed issue with datatype

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    35fb847 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    923c779 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0958d22 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1738f3c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f6e610 View commit details
    Browse the repository at this point in the history
  15. Reverted BE changes

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    53f04de View commit details
    Browse the repository at this point in the history
  16. Changed actual use threshold

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    664868b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2503ef9 View commit details
    Browse the repository at this point in the history
  18. Improved coloring of polygons in the BE

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9628834 View commit details
    Browse the repository at this point in the history
  19. Added all colors

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    878ce71 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    82bd2cd View commit details
    Browse the repository at this point in the history
  21. Changed polygon colors

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cfcd2bd View commit details
    Browse the repository at this point in the history
  22. Added some comments for data types

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6c489d6 View commit details
    Browse the repository at this point in the history
  23. Added a lot of code comments

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c678e86 View commit details
    Browse the repository at this point in the history
  24. Added one more color to the polygons

    Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
    Corgam committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    75c00d0 View commit details
    Browse the repository at this point in the history