Coder Social home page Coder Social logo

micuintus / harbour-berlin-vegan Goto Github PK

View Code? Open in Web Editor NEW
14.0 6.0 4.0 20 MB

Berlin-Vegan Guide

License: Other

QMake 0.94% QML 64.65% C++ 31.07% JavaScript 3.33%
sailfishos vegan vegetarian berlin foss freesoftware opensource qt v-play restaurant

harbour-berlin-vegan's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

harbour-berlin-vegan's Issues

Add filter options

  • vegan category
  • accessibility
  • etc.

Code wise we should use QFlags for that which we can set as filter conditions to our VenueSortFilterProxyModel (once the #42 is merged).

Show map for one specific location

This ticket is not about a map overview like in #7, which ranges on the VenueList level,
but about a map for specific venue location:

  • on the same page of the VenueDescription

  • on another page

  • OSM or HERE?

  • Blurry header?

Make details be collapsible

Make the details (opening hours, etc.) in GastroLocationDetails.qml be collapsible!

Inspiration sources:
* Jolla Store: Detail desciption / collapsible -> /usr/share/store-client/pages/AppPageDetails.qml (only as an inspiration, do not copy the code --> NO FOSS so far)
* Harbour-Warehouse: /usr/share/harbour-warehouse/qml/components/TextCollapsible.qml
* TAO translator: /usr/share/harbour-taot/qml/ExpandableLabel.qml / https://github.com/leppa/taot/blob/master/qml/sailfish/ExpandableLabel.qml

[SailfishOS] Current map page clunky

  1. Back gesture overlaps with map gestures
  2. Does only center the current venue, not the venue and the position

These issues could be easily fixed with

  1. stealing prevention
    and
  2. fitViewportToMapItems(), respectively.

But these two features are not available or do not work properly with the currently available version of Qt. As a newer version of Qt is promised to arrive to Sailfish OS soon, it makes sense to wait instead of solving these issues via cumbersome workarounds.

Update database

Before we actually implement an automatic DB download, at least we want to have an up-to-date off-line database

Port to iOS

Move application logic over to C++

Turn the whole model / database infrastructure into real C++.
Thus, provide a version application specific 'VenueModel' and an application specific sorting model.
Why — although it makes things less generic?

  1. It extracts the logic from the QML (i.e. presentation) layer
  2. It makes the underlying data layer more independent and therefore more flexible, for example for providing other data sources or more elaborate filtering methods
  3. It makes filtering more performant as it avoids switching back and forth from/to C++ to/from Javascript/C++.

Improve sexiness

  • Parallax scrolling
  • Animations
  • Inert (slow) animation of background rectangle (Windows Phone like or like the callee in the sailfish OS phone app
  • Let the heading be stuck to top while scrolling up in a HTML5- Facebook App/Google Maps like way.
  • Blurry transparency?

Show English comment

if the language is set to English or have an option to configure it yourself (or even have an option to show the language independently from the language the OS runs in).

JSON file download

Automatically check for new JSON file on app startup and download new version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.