Link to home
Start Free TrialLog in
Avatar of Ted Penner
Ted PennerFlag for United States of America

asked on

Help in testing invisionapp.com mockup development

I need some assistance in testing a mock-up of the app described below.  I basically just need to see if someone can edit this project https://projects.invisionapp.com/d/main#/projects/3767795 or create a new one with some basic mockup components to get started with.  Please advise further.  Assistance is greatly appreciated.

In the end, the full project will have these capabilities:

This will be a simple html5 application with a single page of code (the simpler the better), that performs the basic function of differentiating one person's face from another and allowing the review of previous faces.

1. Take a picture.
2. Understand whether I have taken a picture of this person before (y/n), with notes about that person below the picture.
3. Auto-review people by swiping back-forth between them.
4. The picture should be day, date, and time stamped at the top (ex. Friday, June 5 2015 at 1:29 am)

Open in new window

Avatar of Scott Fell
Scott Fell
Flag of United States of America image

http://www.invisionapp.com/#tour shows it is for mocking up design, not mocking up programming.

As for your requirements, if you think it, it can be done.  It is all programming.  All of your requirments except #2 have been done many times.  How you recognize if you took somebody's picture already could be by the fact you had to manually enter in their name or facial recognition but you may have some privacy issues.

In any case, I think you will be able to find people here will help you debug your code, but not prototype for you as we are all volunteers and that type of function is what you would pay a professional to do for you.
Avatar of Ted Penner

ASKER

Ok, I'll head over to freelancer.com for that part then. Thank you!

Do you know of a good web-based repository site that saves files in addition to code?  We currently use Kobra.io because it allows web-based storage, is free, and allows for some chatting over the particular slice of code.

However, a web-based repository that saves files in addition to code would be helpful.
If it's working for you then continue using it.

Alternatives
dropbox.com
google.com/drive
microsoft.com/onedrive
koding.com
c9.io
pro.nitrous.io
bitbucket.org
github.com
jsbin.com
jsfiddle.com
codepen.io
Very interesting...  Still testing where to put the code.

https://docs.google.com/spreadsheets/d/1GlcpqVn-AK5Q3NJsPDuYjx3cBpCeHnp3qc3TX9J68hg/edit#gid=0 

cosidering koding.com but still up in the air based on my comparison.
How do I do I share this line of commenting in koding.com http://screencast.com/t/sWKliiebO64 ?
So far, not finding a solution to storing code with other associated files, free, and capable of sharing https://docs.google.com/spreadsheets/d/1GlcpqVn-AK5Q3NJsPDuYjx3cBpCeHnp3qc3TX9J68hg/edit#gid=0
koding - create your vm - create files in the ide. It is all built in http://learn.koding.com/
Koding and c9 and the like are going to be the only all in one IDE/VM for testing.

dropbox/onedrive/google drive : Code locally in your favorite IDE.  Code is auto synced between any machine with permissions to that folder.  This is good for 1 user with multiple devices or a very small number of coders keeping in communication to what files they are working on.  Not so great for a large team.  If you want a browser based IDE, there are plenty today.  

jsbin/jsfiddle/codepen are essentially the same thing.  If you are not willing to pay $90 (at least for jsbin) you can't really save for a project.  

bitbucket/git hub is really  meant as a code repository for ANY type of code.  Linux just happens to be more popular than windows because of the open source.  While you can't update other peoples code online, you can update  your own.  This group is better for teams of coders.  It is a bit more complex as the idea is to not edit code directly and instead to merge edits.  That way if something breaks, you can go back. https://www.youtube.com/user/GitHubGuides  Bitbucket is free for up to 5 users.  Github is free for open source projects.
Scott thank you.

The first group (koding.com and c9.io) have been tested.  Do you know of any more IDE solutions besides those two?  They are terribly slow in terms of bring up your environment.
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yeah, pretty slow.  Still researching solutions here.
thanks