ImmaculateObsession / nest

The platform for Quail Comics
MIT License
1 stars 0 forks source link

Convention Helper (app? page?) #8

Open elzilrac opened 11 years ago

elzilrac commented 11 years ago

Convention helper app- needs an offline mode for conventions without internet, as well as a desktop version.

Tasks it needs to accomplish: -handle collecting emails for signup -display store merchandise and pricing

phildini commented 11 years ago

Other requirements:

Initial thoughts:

elzilrac commented 11 years ago

Native desktop apps are a paaaaain. Aren't there html/js/ruby cross platform apps for android and ios?

phildini commented 11 years ago

Ah. I wasn't suggesting doing a native desktop app. God forbid. I meant having a separate web app, ios app, android app, etc.

There are lots of cross-platform libraries, but there's pros and cons with each. It'll be easier to decide on a tech stack when we can move the product requirements into firm tech requirements.

All the purchasing functionality is going to require an internet connection, no real way around it. Since internet is notoriously bad at cons, we should think about some way of saving orders, then emailing people later as a confirmation.

That being said, our starting point should probably be assuming there is internet, and then developing a version that can work without.

elzilrac commented 11 years ago

Yeah, I'm thinking not allowing any payment other than cash for transaction if there's no internet signal. But you can still queue up product notifications.

phildini commented 11 years ago

Completely agree. In a perfect world, you could allow it to run unattended, since no actual orders would be placed. People would just be queueing orders to confirm later.