TWiStErRob / net.twisterrob.cinema

Cineworld Unlimited planner web-app
https://cinema.twisterrob.net/planner
2 stars 0 forks source link

Database access layer #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the use case for the task at hand?
As a Developer I want to be able to use the Database as the JSON API before.

What is the expected output of the task?
 * CineworldDBAccessor or alike
 * Having the same or mostly similar API as CineworldAccessor (extract interface)
 * Refactor CineworldAccessor to implement the same interface
 * Rename classes appropriately

Are there any pointers which may help the implementation?
com.twister.cineworld.model.json.CineworldAccessor

Original issue reported on code.google.com by papp.robert.s on 28 Aug 2012 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by papp.robert.s on 28 Aug 2012 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by papp.robert.s on 28 Aug 2012 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by papp.robert.s on 2 Oct 2012 at 9:56

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/cineworld-extra/source/detail?r=53

Original comment by papp.robert.s on 4 Oct 2012 at 10:34

GoogleCodeExporter commented 9 years ago
Implementation is missing from: 
com.twister.cineworld.model.accessor.impl.DBAccessor
It's complete when "extends EmptyAccessor" can be replaced with "implements 
Accessor".

Original comment by papp.robert.s on 4 Oct 2012 at 10:38

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/cineworld-extra/issues/detail?id=19

Original comment by papp.robert.s on 6 Oct 2012 at 11:54