Giter VIP home page Giter VIP logo

Comments (6)

alastairrmcneill avatar alastairrmcneill commented on August 28, 2024

Heya @a-mabe, do you want the colour of the workout to influence the Work = green and Rest = Red colour when running the workout?

from openhiit.

a-mabe avatar a-mabe commented on August 28, 2024

Hi @alastairrmcneill, just when viewing the workouts on the homescreen and in the view workout screen itself, like these mockups:

Screenshot 2023-09-01 at 1 26 53 PM

Likely would need to add a color picker during workout creation: https://pub.dev/packages/flutter_material_color_picker

And another DB column:

CREATE TABLE IF NOT EXISTS WorkoutTable(id TEXT PRIMARY KEY,
            title TEXT,
            numExercises INTEGER,
            exercises TEXT,
            ...
            workoutColor TEXT // Could save color name, hex value, etc.

Might also have to migrate the existing DB entries so as to not affect existing users.

from openhiit.

alastairrmcneill avatar alastairrmcneill commented on August 28, 2024

@a-mabe I've created the PR for this issue, let me know if there are any issues with the 2 PRs open at the same time

from openhiit.

alastairrmcneill avatar alastairrmcneill commented on August 28, 2024

Ah wait hold on, I forgot to ask you to assign it to me. Hope that doesn't cause any issues?

from openhiit.

a-mabe avatar a-mabe commented on August 28, 2024

No worries @alastairrmcneill, I will assign the issue now. I put the issues in the In Review column so they're on my todo list

from openhiit.

a-mabe avatar a-mabe commented on August 28, 2024

Closed in #71. Thank you @alastairrmcneill for the contribution!

from openhiit.

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.