-
Notifications
You must be signed in to change notification settings - Fork 2
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
SKS chart - WIP ⚒️ #458
base: main
Are you sure you want to change the base?
SKS chart - WIP ⚒️ #458
Conversation
mikolaj-jalocha
commented
Nov 30, 2024
- for clarity the chart shows only 6 periods of the given time, 3 in the past, 3 in the future
- didn't test in on high numbers like 100, but should scale well
- any thing else we can add here? Maybe some note about from where the data comes from? Btw wdyt about making an article about sks's chart data on our blog? How it started, who's behind etc. as a fun fact :-) We could then link to that from our app.
# Conflicts: # lib/features/sks_chart/data/models/sks_chart_data.dart # lib/features/sks_chart/data/repository/sks_chart_repository.dart # lib/features/sks_chart/presentation/sks_chart_screen.dart # lib/features/sks_people_live/presentation/widgets/sks_user_data_button.dart # lib/utils/datetime_utils.dart
…at/sks-chart # Conflicts: # lib/l10n/app_pl.arb
Hey! Didn't look more into this, but I have some quick thoughts/suggestions about the design:
not about the chart: maybe we should also show current people counter and trend in the bottom drawer too? cause the app bar one is kinda in the background. In the parkings we have the current number too, so it would be more consistent. Tell me what you think! Hopefully I don't interfere with your vision too much 🦔 |
I think vertical bars should be at right site. Similar to parkings. I think interval should be bigger. |
Oh I didn't see your message. |
Greate job! |
Hi, I'm not sure if I'm qualified to write this suggestion, but I thought it might be a good idea to include some information on the screen that high activity in SKS might be due to specific events. Perhaps we could add a message like “Find out more here” linking to resources such as the Student Council’s fb page or another platform where this type of information is shared (honestly, I have no idea where that might be). |
Everyone is qualified, each of us creates this app :-) Brilliant suggestion. I will create widget like that displaying when unusuall number of people's been measured |
Eventually the idea makes sense, but probably we could wait until we make the events/calendar feature that is planned next year. |
And detecting "unusual activity" seems like a backend task |
We can drop it to placeholder ideas for now? |
Maybe, but in ultra easy version (that could be easily implemented at mobile side) it could be as simple as displaying widget when measured activity was higher that forecasted one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 14 out of 26 changed files in this pull request and generated no suggestions.
Files not reviewed (12)
- lib/config/ui_config.dart: Language not supported
- lib/features/navigator/app_router.dart: Language not supported
- lib/features/parking_chart/widgets/chart_widget.dart: Language not supported
- lib/features/sks_chart/data/models/sks_chart_data.dart: Language not supported
- lib/features/sks_chart/data/repository/sks_chart_repository.dart: Language not supported
- lib/features/sks_chart/presentation/chart_elements/sks_chart_bar_touch_data.dart: Language not supported
- lib/features/sks_chart/presentation/chart_elements/sks_chart_border_data.dart: Language not supported
- lib/features/sks_chart/presentation/chart_elements/sks_chart_grid_data.dart: Language not supported
- lib/features/sks_chart/presentation/chart_elements/sks_chart_labels.dart: Language not supported
- lib/features/sks_chart/presentation/chart_elements/sks_chart_legend_item.dart: Language not supported
- lib/features/sks_chart/presentation/sks_chart.dart: Language not supported
- lib/features/sks_chart/presentation/sks_chart_sheet.dart: Language not supported