GithubHelp home page GithubHelp logo

Comments (2)

merlos avatar merlos commented on May 28, 2024

Hey Vincent!

These days, that I had to work again in the code, it also came to my mind moving to Swift UI, but I was thinking to do it for v2.0, some kind of new start.

I was only not thinking only on a porting of the existing UI, but also in improving the "backend" of the app. For example, right now we are keeping three copies of the data (in the map, in memory using CoreGPX and in CoreData which makes it a bit hard to keep the state synced and even understand the code (I feel it is somewhat scattered). So, I was wondering how we could we do it in a more simpler or structured way.... but have to think more about it. Do you feel the same, do you have any idea on how to implement it?

With regards of the watch and adding the Map, I'm fine with it. I am wondering if there is a way we can keep the battery consumption... do you think that if we use horizontal pagination (similar to exercise app) would it be better for the battery consumption? Also, I was thinking that it would be great to have some of the figures we display larger. While running or riding a bike they are hard to read...

I'm preparing a certification for the next months, so I am not sure how much I'll be able to work already on this...

from ios-open-gpx-tracker.

vincentneo avatar vincentneo commented on May 28, 2024

Do you feel the same, do you have any idea on how to implement it?

Yes, that is something that I have thought of before. I bet that right now there's probably some edge case bug still occurring, and that is precisely on point with how there's too many copies of the data.

No real idea of it yet, but I think CoreGPX should only be used for the decode and encode, rather than basing the backend off of it. So basically the the app has a data structure of its own, and only when user wants to open a file or save to a file, then CoreGPX is used. What do you think?

On the current recoverable feature built upon Core Data, I have no ideas on that yet.

I am wondering if there is a way we can keep the battery consumption... do you think that if we use horizontal pagination (similar to exercise app)

That needs research, since I am not sure if it is still being kept running even when user isn't actively viewing it. Anyways I am planning for the watch interface to be mostly different from now, since to add a map on such a small screen means much re-thinking of the UI is necessary, in my opinion.

I'm preparing a certification for the next months, so I am not sure how much I'll be able to work already on this...

And that's alright. The case has always been that we work on this project only when we have the time to do so.

from ios-open-gpx-tracker.

Related Issues (20)

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.