Feature/multi index f o - #137
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
SagaRoy12
requested a deployment
to
web-preprod
September 14, 2026 12:48 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 14, 2026 12:49 — with
GitHub Actions
Waiting
soumya07ad
reviewed
Sep 14, 2026
| String _selectedMode = 'OI'; | ||
| int? _hoverIndex; | ||
|
|
||
| final List<Map<String, dynamic>> _dataPoints = [ |
| final isOi = _selectedMode == 'OI'; | ||
| final cardTitle = isOi ? 'Open Interest' : 'Volume'; | ||
|
|
||
| final mainValueStr = isOi ? '52,48,750' : '18,72,300'; |
| ? (selectedContract['trading_symbol'] ?? selectedContract['tradingSymbol'] ?? '$activeSymbol FUT 24 SEP 26').toString() | ||
| : '$activeSymbol FUT 24 SEP 26'; | ||
|
|
||
| final timeframes = ['1D', '1W', '1M', '3M', '1Y']; |
Contributor
There was a problem hiding this comment.
use it from design system
| case '1Y': | ||
| dates = ['Oct', 'Dec', 'Feb', 'Apr', 'Jun', 'Aug', 'Sep']; | ||
| rawPoints = [ | ||
| [1980.00, 2040.00, 1965.00, 2025.00], |
| import 'package:http/http.dart' as http; | ||
|
|
||
| const String _upstoxBearerToken = | ||
| 'eyJ0eXAiOiJKV1QiLCJrZXlfaWQiOiJza192MS4wIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiIyWENSTjgiLCJqdGkiOiI2YTU3M2Q0ZGE3NDJhNzNmMmVkMWMyYjEiLCJpc011bHRpQ2xpZW50IjpmYWxzZSwiaXNQbHVzUGxhbiI6ZmFsc2UsImlzRXh0ZW5kZWQiOnRydWUsImlhdCI6MTc4NDEwMjIyMSwiaXNzIjoidWRhcGktZ2F0ZXdheS1zZXJ2aWNlIiwiZXhwIjoxODE1Njg4ODAwfQ.mFt7PdRo9hfh-3UKVtTt_U7l10cIMPHzXqyDTV86Zrg'; |
Contributor
There was a problem hiding this comment.
token should not be hardcoded
SagaRoy12
requested a deployment
to
web-preprod
September 14, 2026 13:39 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 14, 2026 13:42 — with
GitHub Actions
Waiting
soumya07ad
reviewed
Sep 14, 2026
| } | ||
|
|
||
| static String _monthName(int month) { | ||
| const months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; |
Contributor
There was a problem hiding this comment.
same months table used in the market many pages, use it on common system
soumya07ad
reviewed
Sep 14, 2026
| final marketTheme = context.marketTheme; | ||
|
|
||
| final buyOrders = [ | ||
| {'price': '2,203.40', 'qty': '5,000', 'orders': '3'}, |
soumya07ad
reviewed
Sep 14, 2026
soumya07ad
requested changes
Sep 14, 2026
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 08:16 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 08:16 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 08:26 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 08:28 — with
GitHub Actions
Waiting
…c MarketDataApi OHLC chart data
…ket quote & historical data
…live market depth binding
…historical charts
…render live header change
SagaRoy12
force-pushed
the
feature/multiIndex-f_o
branch
from
September 15, 2026 11:32
c127fbb to
c4a8cfe
Compare
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 11:45 — with
GitHub Actions
Waiting
SagaRoy12
requested a deployment
to
web-preprod
September 15, 2026 11:45 — with
GitHub Actions
Waiting
soumya07ad
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.