They see what people will tolerate, and they keep doing it!
Love it
What products fall into the video arbitrage category?
But Iβm going further soon: next big update is to keep track of what week of a plan a user is on and show that. This requires a few modifications and date fields on the plan objects
This update works by saving the Plan Preferences in firestore, and uses those to request a plan from the /plan endpoint when a logged in user visits. So essentially users can manually keep track of what week they are on and review their plan start to finish
Day 82 #100DayStartup updated training plan preview to have your training plan saved in the database so you can log in to view the same plan throughout your training. Check it out! #buildinpublic
training-plan-generator-xygz.vercel.app
Day 81 #100DayStartup today did some research about run training theory for injury prevention www.reddit.com/r/running/co...
Day 80 #100DayStartup cleaned up the loading indicator on the training plan preview
training-plan-generator-xygz.vercel.app
Are any builders avoiding AI for sustainability reasons? Are any coding tool companies addressing this or marketing βGreenβ AI yet?
#buildinpublic
www.reuters.com/sustainabili...
Day 79 #100DayStartup added having the next Monday be a start date for the training plan and persist that in the firestore
#buildinpublic
github.com/joshuabenson...
Day 78 #100DayStartup persisting race date and start date to the training plan preview
github.com/joshuabenson...
training-plan-generator-xygz.vercel.app
Needed another day for moving. Will be back tomorrow night!
Had some moving work to do all this evening. Will be making some changes to the backend of the training plan generator this week and spinning up a react native frontend.
Day 77 #100DayStartup small change to the logo to fix the distance between 'Rerunnr' and 'preview'
training-plan-generator-xygz.vercel.app
Great work! This clearly fills a need!
Day 76 #100DayStartup Made some big improvements to the UI of the training plan preview, including rebranding it to 'Rerunnr Preview' and fixing the mobile navigation. Check it out! #buildinpublic
training-plan-generator-xygz.vercel.app
I started setting up React Native today. Will post about it later this week. Very excited!
Day 75 #100DayStartup fixed a small vibe-bug where the server cold start loading indicator was visible above the navbar #buildinpublic
github.com/joshuabenson...
Day 74 #100DayStartup fixed up the UI a bit to collapse the form on mobile when a plan is loaded. This is to lay the groundwork for loading plans from the firestore for logged in users #buildinpublic
training-plan-generator-xygz.vercel.app
Day 74 #100DayStartup fixed the loading indicator for better feedback about server cold start loading #buildinpublic
training-plan-generator-xygz.vercel.app
Day 73 #100DayStartup added a loading indicator for when the Render backend is waking from cold start #buildinpublic
github.com/joshuabenson...
training-plan-generator-xygz.vercel.app
Insane day at work today so had to break from working on Rerunnr. Iβll be back at it tomorrow #100DayStartup
Does anyone use cron-job.org to keep servers alive that spin down for inactivity?
Day 72 #100DayStartup fixed the issue with Firestore. The Rerunnr Preview now can save your preferences if you log in with Google. Give it a try! #buildinpublic
training-plan-generator-xygz.vercel.app/return-from-...
Note: there may be a bug with database retrieval on the deployed version I will address this tomorrow!
Day 71 #100DayStartup added persisting plan preferences through Firestore for logged in users
#buildinpublic
training-plan-generator-xygz.vercel.app
More accurately I'd say I'm adding a `plan-options` document that will store each the settings from the react form. I will add a UI button to Save the training plan preferences
What do you think of this approach?
First collections that are going to be added are for these form settings
training-plan-generator-xygz.vercel.app
user story is "as a logged in user, I want my training plan options to be saved in a firestore collection"
Day 70 Created a Firestore for the project and added a collection
#buildinpublic