Tagged in

Startup

The Squash and the Tomato
The Squash and the Tomato
A squash and a tomato come together to create the ultimate grocery shopping application. Ever.
More information
Followers
2
Elsewhere
More, on Medium

Squash Tomato Journal — Nov. 7, 2017–0:30

Today was the first day I really began working on a feature I plan to have out on the…


Squash Tomato Journal — Nov. 6, 2017–11:30

Took a short break, back to it.

  1. Bug fix: on mobile, double tapping on an item label wasn’t firing a double click event listener because the text was being highlighted instead, so I added ‘user-select: none’ to any label with an…

Squash Tomato Journal — Nov. 1, 2017–11:30

  1. Created a HotJar funnel for users landing on the landing page, hitting “Start Using Now”, registering, and landing on the list page.
  2. Created a bunch of social media assets for posting.
  3. Reached out to a…

Squash Tomato Journal — Oct. 31, 2017–02:30

  1. Spent a hell of a lot of time trying to integrate Stripe. It’s not as easy as everyone bullshits about. Or I just suck, either one.
  2. Fixed a bug where you couldn’t change just your account name. If you tried to change your name…

Squash Tomato Journal — Oct. 30, 2017–23:45

  1. Debugged why the new google analytics global tag script wasn’t working — turns out, it’s just buggy. I switched to another tracking method, analytics.js, and it works perfectly!
  2. Added a countdown timer to Nov. 1st at noon.

Squash Tomato Journal — Oct. 29, 2017–01:38

  1. Added completing functionality to list functions.
  2. Replaced Mailtrap.io (test api service for emailing from an application) with Postmark App to handle sending emails for password resets.

Squash Tomato Journal — Oct. 28, 2017–02:04

  1. Created new user on droplet for all deployment.
  2. Holy shit… Site still isn’t being served. Installing Nginx.
  3. Nginx installed. Now adding SSL cert with Let’s Encrypt.

Squash Tomato Journal — Oct. 27, 2017–0330

  1. Configured Codeship to automatically deploy any pushes to my master branch to my server! It works! Post incoming.
  2. Updated Register page with new designs.
  3. Updated Login page with new designs.

Squash Tomato Journal — Oct. 26, 2017–23:00

  1. Spent all day trying to setup Codeship to automatically git pull any pushes to my GitLab master branch on my cloud server. I still didn’t get it working.