Made this to scratch an itch of mine (Have to meet...
# random
c
Made this to scratch an itch of mine (Have to meet a lot of ppl across multiple TZs simultaneously, so finding common times is a pain). Sharing for feedback, and if anyone else finds it useful. Highlight is that it's made completely in Rust, 0 javascript. https://timetomeet.shantanugoel.com/
πŸ‘ 11
πŸ‘πŸ» 1
βž• 1
c
I had the same kind of pain lol πŸ˜„ Thanks for making this.
πŸ™ 1
l
Hey Shantanu, this looks great and is very fast to use (which is very pleasing!) πŸ‘ Some feedback on the features: 1. One good feature would be to have the cells highlighted based on whether it is after business hours (or not). So a green = business hours, yellow (or something similar) = off hours but people might still be awake and gray = time when most folks are sleeping. Or something similar. (I know everyone has different schedules β€” but this will help me zoom into the green line for times that may work for everyone). 2. The cross to close a city has a very small hit area and adding a bit of left margin and 2x-ing the size of it is a very low hanging fruit to make it feel easier to use. 3. I love the city picking interface. Intuitive and super fast. The only nit-pick there is that the cities probably need some sort of ordering. For example, typing in
mum
does not show Mumbai but some places in Pakistan and Bangkok and only typing
mumb
shows Mumbai. Which feels a bit weird. Similarly for
delhi
and
pune
β€” they don’t show up. 4. Noticed this does not do network calls. So assuming DST is taken care of? 5. Stretch goal 1: Ability to have 30m slots or 1h slots. 6. Stretch goal 2: Can I get a generated URL that I can share with folks who I need to pick a time with (or other team mates)?
πŸ‘ 7
c
Thanks for the great feedback @loud-glass-33663 All good suggestions and I will work on adding them. Also got feedback about shareable urls from someone else too so will be adding those too. For the network calls, yeah DST is taken care of (data is baked into the app)
πŸ‘ 1
Fixed the search issue (3). Will add rest of the things on weekend
πŸ’ͺ 2