Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.19 KB

File metadata and controls

27 lines (20 loc) · 1.19 KB

Calculator Roadmap

Calculator is now a web-only project. The roadmap is centered on browser quality, maintainability, and shipping a reliable installable experience.

Current focus

  • Tighten interaction quality across standard, scientific, programmer, graphing, date, and converter modes
  • Improve responsive behavior so the app feels intentional at phone, tablet, and desktop widths
  • Continue reducing UI inconsistencies between views and shared shell surfaces
  • Strengthen browser-side persistence, offline support, and startup reliability
  • Expand lightweight validation so regressions are caught earlier

Near-term priorities

  • Better automated coverage for calculation logic and critical UI flows
  • More consistent keyboard behavior across all modes
  • Improved graphing interactions and validation of graph edge cases
  • More robust PWA install and relaunch testing
  • Continued cleanup of view modules and shared style tokens

Contribution direction

Feature proposals are welcome when they improve the browser experience, solve a user-facing problem, or simplify the implementation without reducing capability. Start with the process described in NewFeatureProcess.md.