Skip to content

agarmash/RijksDataBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RijksDataBrowser

A simple sample application that displays information about art objects from the Rijksmuseum API.

Stack

The app is built with Swift, UIKit, Combine, and MVVM. Underlying logic is represented with higher-level Repositories and lower-level Services.

TODO

  • Add image caching;
  • Add prefetching on the ArtObjectsOverview screen;
  • Remove code duplication in image loader error handling code;
  • Extract all the UI constants into an injectable design system;
  • Cover the rest of the app logic with tests;
  • Wrap UIImage with a custom type, so the logic layer interfaces doesn't know anything about UIKit;
  • Tidy up the UI;
  • Rebuild the ArtObjectsRepository logic using Swift Concurrency;
  • Localize the hardcoded UI strings.

About

A simple demo iOS application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages