- Add "Indicator Coverage" tab alongside existing "Gap Detection" tab - Display coverage summary with total/complete/incomplete combinations - Show detailed coverage table with progress bars and status badges - Add backfill buttons for individual symbol/interval pairs - Add bulk backfill option for all incomplete indicators - Include filter and search functionality for both tabs - Show missing indicator counts and details per combination - Real-time refresh capabilities for both gaps and indicators - Maintain all existing gap detection functionality - Provide visual progress bars showing coverage percentages - Support batch operations with confirmation dialogs This integrates indicator coverage monitoring into the existing gaps interface, providing a unified data quality dashboard for monitoring both OHLCV gaps and technical indicator completeness.
62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
|
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos
|
|
|
|
### macOS ###
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
### macOS Patch ###
|
|
# iCloud generated files
|
|
*.icloud
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos
|
|
|
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
|
|
|
config.config
|
|
variables.env |