Andrew Brehaut
Andrew Brehaut
Using the SQL files support, if for some reason a hidden file is created in the migrations directory, ragtime will try to use it in the migration resulting in weirdness....
Without some server integration it's not possible to remove the hash from the URLs used on the front end up before users start bookmarking things. Once the front end is...
Before work can begin in anger we need a skeleton application that can run in the context of the backend teams docker container. This needs to be a minimal build...
The homepage for adventure lookup will likely be structured around the search facilities. It will also house additional other secondary things. This includes entries into browsing the available entries via...
Users may wish to install the site into their mobile device of choice as an 'app'. To support this we need all assets for all android device sizes and metadata...
Users may wish to install the site into their mobile device of choice as an 'app'. To support this we need all assets for all iOS device sizes and metadata...
The UI will need to handle routing and history changes to provide a good UI experience for browser based users. This should be handled by some kind of routing and...
Once a user has found a list of candidate adventures, we need to allow them to view the full details. This view will also need to be accessible by URL...
The search UI is central to the adventure lookup project. We eventually will want multiple search interfaces depending on user skill and needs. To start with we will create a...
Search is a major component of Adventure Lookup. The project will need middleware between the UI and backend APIs to coordinate requests and provide fast responses from caches. This infrastructure...