Btw, for the web-ui stuff, I have a Figma design file I should have shared a long time ago. Check it out here.
https://www.figma.com/file/Sd0jFf3YBjQOzJSETdFF37/Podcast-Index-Design?node-id=0%3A1
Will add it to the README in Github as well.
@martin @adam @csb @drunkplato When do I get my React developer badge? 😉
I have a branch up in the web-ui repo that I am still tweaking (nov-cleanup), but it cleans up a lot of stuff and provides a solution to the app image requirement @csb had. Essentially the images are retrieved via the express server and webpack no longer copies dynamically generated files around(stats.json and apps.json). All is done via the server. Once I finish it @dave you may need to tweak your scripts for stats.json to point to a new directory. Maybe we can have another call to go over it.
Good introduction article: https://medium.com/@ajmeyghani/gundb-a-graph-database-in-javascript-3860a08d873c
Has anyone here heard of GunDB? It's a peer-to-peer graph database. Has been around for a few years and has solid docs. Check it out!
We are Proud to Present: Podcasting 2.0
https://noagendaassets.com/enc/1604765615.522_podcasting2.0lightning.mp4
@hypercatcher of course they did. And Joe knew it was coming, that’s why he pushed out the Glen Greenwald episode so quickly.
@drunkplato new podcastindex front looks very spiffy!!! 👍👍
@drunkplato Ok, I think we're up to date now. I also made you a maintainer on that repo.
@ralfy @drunkplato Agreed! Now we look as professional as we are. A huge value to the index!
@dave just an FYI, had to add a NODE_ENV environment variable to the .env file. There is a new script to start the production server. npm run production will compile the code and start the server now. So the next time you deploy the web-ui project make sure to add NODE_ENV=production to the .env. I updated the README.md with the details.
@codedmonkey @dave I went ahead and made a PR to solve this issue.
@dave PR awaiting review. Good to go.