Hacker News new | ask | show | jobs
by logicallee 261 days ago
Thanks! do you mind sharing the site, if it's still up? interested in seeing what you built.
1 comments

I had never deployed it because I was building it just to prove to myself that I could.

Anyway, I just deployed to https://retrospectify-staging.fly.dev -- it's running in demo mode and you can login as teammate@example.com with any password.

Once logged in, make sure to Find the example retro I started, and see if it makes sense. Basically I built the app I wish I had for doing our weekly retro. And it uses a modified subset of markdown for creating/editing cards -- so if you start a line with :-), for example, it'll put that card in the What Went Well column.

And once you're on the "columns view" you can move cards -- and if someone else is using it they'll see your card move as you're moving it...

I had mostly forgotten about this thing... It's less bogus than I remembered.

Oh yeah! And if you Start a line with "! - [ ]" it'll make an action item with a checkbox -- and if you check the checkbox it'll mark that action item as complete.

Let me know what you think. It's kinda fun and potentially useful.

If I remember right -- yeah, at the end of an action item line, you can put @[email@address.com] to assign it to somebody -- and that assignment goes from the semi-markdown to the database and back. Iirc for example, it shows up on the assignee's dashboard and action items show up on the next week's retro as discussion items (marked complete if the assignee checked the checkbox during the week).

hi. sorry I am just checking this now. Is your site still up? I wasn't able to log in, I get the following error:

    {"error":"Too many requests","message":"Rate limit exceeded. Please try again later.","retry_after_seconds":0}
Which could be due to some actual rate limits you have set on the site.
Oh, I had just deployed it the one time and left it running for a day.

Now I'm in the middle of trying to turn it into a real product so if anything is currently deployed to staging it may or may not be functional at all.

pretty cool, any plans on making it OSS some day or sharing more about your process? The Ash community would love that I'm sure.