Go Back   CodingForums.com > Web Projects and Services Marketplace > Web Projects > Project collaboration/ partnership

Notices

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-08-2012, 02:18 PM   PM User | #1
RickP
New Coder

 
Join Date: Nov 2012
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
RickP is an unknown quantity at this point
LF Designer for small golf tracker web app

http://mygolfscore-app.com/


I'm making this web app that can track a persons golf rounds and report back stats. The base of the functionality is already complete (I have a couple things left to do), but I'm a programmer and NOT an artist/designer. The site looks horrible, and since it's to track golf rounds it will mainly be accessed on phones and it looks even worse on phones

I'm looking for someone who would be interested in designing a better looking interface for this. Ideally it wouldn't mess up the existing logic code but just "re-skin" the site. If some tweaks need to be made that's not an issue.

I don't really plan on making any money off this. It's just something to have under my belt and something to track my golf rounds, so the ideal candidate would be someone who wants to add this to their portfolio and/or wants something to track their golf rounds too


About the app

The app itself will be mainly client side. It uses local storage to store the data on the device. I'll be using cache manifest to make it work off-line. The things I have to add yet are the ability to sync/share rounds.

There is no login at the moment and I'm not sure if I will ever add one. This data isn't very sensitive so not sure if there is a point and a login slows things down and requires internet connectivity. There are a good number of golf courses in this world that are out in the sticks and so this needs to work off-line.

Currently the first time you visit the site you are given a unique ID and that's stored in your local storage. If you want to share your round you select the rounds and select emails to send to (also in dev atm). For this part you need internet connectivity, but generally you'd do this once you are back in civilization.

When you share, the golf rounds and your ID are first sent back to the server where they are stored in a DB. A link to the page with your unique ID as a parameter is appended is created and sent to the emails. When someone visits the same app page but with an ID parameter, the DB queries the DB for the rounds of that ID and returns the data to you. The data is then stored in your local storage making it so you can now see the data along with everything else in the local storage. This is how you share data with whomever you want or between devices. Again, no id/pw required. The ID's are GUID's (globally unique values) so people aren't going to be able to really guess these and even if they do, who cares, it's golf data to an abstract person.
RickP is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:05 AM.


Advertisement
Log in to turn off these ads.