Simplify store by moving query logic of data into the database
Data are currently stored in momery direcly in the store. Room seems to feature solutions to abstract a database (see tutorial) which is what is already done in the store and keep it synced with the actual DB. This could solve #4 (closed), but maybe not...