Jump to content

racken

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by racken

  1. Cheers for having another look

     

    Each log is just a log of a single day.

     

    I have made changes based on your feedback, hopefully I'm starting to go in the right direction :)

    When I have time I am going to write up a intro guide that will shown to every after they first register that will cover the super basics.

     

    If anyone else has any more feedback or idea on how to improve it I would really appreciate it. 

  2. The UI is not intuitive. I had no idea how to add a new workout. Also the formatting help returned nothing.

     

    Not everything has a weight like push-up or sit-up (which is not equal to your bodyweight) unless you would use a weighted vest.

     

    Cheers for having a look, I have fixed the formatting help button and rewritten to show how you can add bodyweight exercises

    and in terms of usability was it only adding a log you have trouble with or where there other issues with it?

    I really want to try and get usability down as that was pretty much the point of the site

     

    Im going to add a track button which would take you directly to adding a workout and write up some help files

  3. I'm trying to make some regex that will find all the cases of words which start with a :

    I have (:[a-zA-Z]) which just finds the first letter atm I've no idea how to find the whole word

     

    For an example string

     

    SELECT * , u.nick FROM webid_useraccounts
    LEFT JOIN webid_users u ON (u.id = webid_useraccounts.user_id)
    WHERE user_id = :user_id ORDER BY date LIMIT :OFFSET , :perpage
    

     

    it would return :user_id, :OFFSET and :perpage

     

     

     

    EDIT: nvm I was just being thick I missed the *. It should of been (:[a-zA-Z]*)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.