Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide on ordering strategy #1

Open
addyosmani opened this issue Jan 14, 2016 · 7 comments
Open

Decide on ordering strategy #1

addyosmani opened this issue Jan 14, 2016 · 7 comments

Comments

@addyosmani
Copy link
Member

  • Order alphabetically
  • Order based on some grouping. Topics?
  • Order based on estimated complexity
  • Something else
@FoxxMD
Copy link

FoxxMD commented Jan 14, 2016

My vote would be order by perceived complexity from simplest to most complex (with categories stacking):

  • Self-contained, read-only or simple storage (flashlight, simple games, 14 virtues)
  • Complex storage or database-backed (recipes, employee manager, timetable)
  • Advanced/heavy 1st party api usage (photos app, qr code scanner, pedometer, battery status monitor)
  • Uses 3rd party api, read-only (code search, weather app, imdb search)
  • Uses 3rd party api, auth, write (reddit client, soundcloud player)
  • Online Interactive (messaging app, online kanban board, fantasty football)
  • ???

@sindresorhus
Copy link
Member

I would group by complexity, but order by perceived interestingness (new ones just get's added to the bottom and we can manually sort once in awhile).

@trading-peter
Copy link

App idea suggestion: Awesome App Ideas App (with custom grouping, ordering settings) 😉

addyosmani added a commit that referenced this issue Jan 15, 2016
Removed/clarified some entries too.
@lalwanivikas
Copy link
Contributor

Order/group based on estimated time required to build the app?

Related to complexity in some sense, but time commitment can help people take a better call when picking something from the list.

@addyosmani
Copy link
Member Author

I would group by complexity, but order by perceived interestingness

I think this makes sense or factoring in time to build (which is related to complexity).

@androidfanatic
Copy link

👍 +1 for grouping and ordering based on complexity. That'd be most helpful for someone selecting an idea to implement.

On a side note, I wish github adds a like/upvote system for comments soon.

@koistya
Copy link

koistya commented Feb 29, 2016

Is there a winner yet? :) I'm trying to decide which app would work better for graphql-sandbox project (aka TodoMVC for GraphQL)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants