Skip to content

Releases: perez987/Audiometry

SwiftUI storage system

10 Dec 21:36

Choose a tag to compare

  • SwiftUI storage system
  • swiftui branch
  • Refactor project structure (added 'Model' and 'Views' directories)
  • Resources directory with sample patients.json file
  • Sample file (patients.json) is copied to the user documents folder on first run
  • Features:
    • Patient data entry
    • Hearing loss, SAL and ELI indices calculations
    • Save patients data in json file
    • Languages: English and Spanish
    • Search and print report of current patient

Dual storage system

09 Dec 22:10

Choose a tag to compare

  • Dual storage system: CoreData and SwiftUI (toggle between them)
  • main branch
  • Refactor project structure (added 'Model' and 'Views' directories)
  • Resources directory with sample patients.json and DataModel.sqlite files
  • Sample files (patients.json and DataModel.sqlite) are copied to the user documents folder on first run
  • Features:
    • Patient data entry
    • Hearing loss, SAL and ELI indices calculations
    • Save patients data in json file or SQLite database
    • Languages: English and Spanish
    • Search and print report of current patient