by KerryBoyko
This is the development community for YALA. Feel free to ask questions and post here, report bugs, say what you think is cool about the site, what you hate about it, what you want to see.
Keep in mind, YALA is not feature complete. It's not really ready to demo at this time, and there needs to be a lot of cleanup in the sourcecode before I can even use this as a "resume" piece. But I'd like to hear from you all the same.
This is a staging area, not production, so the database may get wiped if need be.
Finally, sit back, relax, make a post, kick the tires!
While the markdown works in the Post Details view (that's this view, with all the comments), it doesn't work in the summary view! Next pull request should add that feature.
I've built Yala out on Remix.run, which is a server-side rendering framework for React. It's very similar to Next.js but takes a different approach, which allows for support for nested routing without a whole lot of crazy configuration.…
When an anonymous user in an incognito browser sees the site, they see a green upvote tag, as if they've upvoted the post. Anonymous users should never have a positive value assigned to votes.
Just testing if the database is still running.…
Development on Yala has stalled as my computer is packed up in a prep move to Las Vegas, NV.…
Okay, so this is embarassing. I'm mostly interacting with my PG database via prisma.io - which is great, but something has come up.
Right now, I have a "posts" table, with an "aggregatedVotes" field to my posts table which goes up and down based on…