Implement menus: How hard can it possibly be?

Implement menus: How hard can it possibly be?

Say someone asked you to implement a "tiny" feature on an iPhone Mail App.Here's the (first part of the) requirement as Business provided it (to the dev team):- User can swipe right to left and when they do, 2 menu options should appear.- When you click on one of them, it should allow you to forward the email and when you click the other, it should archive it.Sounds simple enough?It should be simple till you get to the "the devil is in the detail" part. So, before I implement it, here are some questions I would have as a developer:- Can the user only swipe from right to left, or can they do vice-versa? And if they did that, what should happen?- If the user starts swiping but doesn't complete the action till they dragged it all the way to the very left, what should happen?- If the user swiped & performed an action but realized they were on the wrong item so wanted to undo, will they be able to do it? And if so, how?- Can they perform bulk actions? If so, is that a mutually exclusive action agnostic to the individual swipe?- After they swipe on one of the emails, say if they swiped on another. Will the subsequent action need to reset the state so the first one is now un-swiped?- Do we need to support multiple email accounts where each of them is rendered as a separate category? And if we did that, what should happen when a user swipes on one of the emails in each of those sections? Will that result in a reset of all states (of all other sections)?- And there's a few more I can think of off the top of my head but you get the idea.So, now, let me ask again:How simple is the design and implementation now? Did you have a change of heart and will you need to adjust your story points?"How hard can it possibly be?" :)#snowpal #projectmanagementKeep it simple. Keep it on https://snowpal.com.

And just so that you can keep it simple, we do everything in our capacity to remove all the complexities. Rome was not built in a day as they say, and Snowpal 2.0 certainly wasn't either. We have built it brick by brick for your pleasure. Or, should I say, "swipe by swipe"? :)

Jaksot(441)

Building User Interfaces when dependent APIs are not ready

Building User Interfaces when dependent APIs are not ready

It would be ideal if all the APIs were implemented before we starting building user interfaces but that's not always possible, and it is hardly ever the case. Given that, how should we go about buildi...

12 Helmi 20215min

Options available and picking the right Heroku Dyno for your application

Options available and picking the right Heroku Dyno for your application

Heroku offers quite a few options. Here's how you can go about picking one that works for you.

24 Tammi 20215min

Heroku Deployments to Production & Lower Environments

Heroku Deployments to Production & Lower Environments

You've built your app and think you are good to go. But there's one more step. Deployment!

24 Tammi 20214min

Scenario: Coding Challenge to be completed in 90 minutes.What are some of the strategies?

Scenario: Coding Challenge to be completed in 90 minutes.What are some of the strategies?

It is quite natural to feel overwhelmed when someone gives you 90 minutes and a long list of requirements. Here are some strategies that might help you be successful.

23 Tammi 20219min

How best to prepare for Technical Interviews

How best to prepare for Technical Interviews

I've been on all sides of technical interviews for years, and I figured it wouldn't hurt to share my thoughts on them!   And don't forget to prepare for your next interview in a more structured ma...

22 Tammi 20219min

Do not over-Design. While a design is imperative, how much of it is needed is completely up to you.

Do not over-Design. While a design is imperative, how much of it is needed is completely up to you.

It’s sometimes compelling to try and get every question answered before you start working on coding a feature (regardless of which part of the stack it belongs to). But it may or may not be a good ide...

20 Tammi 20213min

How to set up Campaigns in Facebook, Pinterest, App Store, etc.

How to set up Campaigns in Facebook, Pinterest, App Store, etc.

Well, there's a lot to learn here, and I've hardly scratched the surface. But my hope is that it at least gives you a starting point.

19 Tammi 20219min

I do a lot of our Software Design work while walking!

I do a lot of our Software Design work while walking!

When I am sitting in front of my machine, I want to be coding (or doing something that I really need the machine for). Design work doesn't necessarily fall in that category for me - at least not all t...

15 Tammi 20216min