Skip to content

January 21: Import Progress and Processing Filters

Productive session with 3 pull requests: 2 features, 1 docs.

Highlights

#13 Add MAST import progress indicator with async downloads

  • Add visual progress bar for MAST import operations with real-time updates
  • Implement async file-by-file downloads to avoid timeout issues
  • Add progress polling from frontend to backend to processing engine

#12 Add processing level filter to dashboard

  • Add dropdown filter to filter data by processing level (L1, L2a, L2b, L3, Unknown)
  • Allows users to see only files at a specific level (e.g., Level 3 Combined files)
  • Filter works in combination with existing data type filter and search

What Changed

Features (2)

  • #12 Add processing level filter to dashboard
  • #13 Add MAST import progress indicator with async downloads

Documentation (1)

  • #11 Update instruction files with lineage feature and fix inconsistencies

6 commits across 3 pull requests. Next: January 22, 2026 — Add chunked downloads with resume capability and F..., Add CI check requirement to git workflow, Update documentation for chunked downloads and FIT...