I shit you not, I literally start building something like this to learn ruby with. Feature for feature. Well done.
Show HN: Feedback app
41–50 of 74 posts
Re: Show HN: Feedback app
#42Good to know its multi-language. There seems to be a mixup though; the button on the comment page says 'Arreeverderchi', which I believe is spanish or italian, but I'm not sure what it means. What happens when I click that button?
Arrivederci is Italian for goodbye. I assume the spelling is intended to be humourous.
Re: Show HN: Feedback app
#43Here's something I've been working on if anyone has any feedback: http://redpen.io/8t5cq
Re: Show HN: Feedback app
#44Looks very cool, love the "signup process" if you will. Nitpick: I don't like the "because we're not douchebags" line.
Re: Show HN: Feedback app
#45Potential security/privacy issue though: I can retrieve anyone's submission(s) with some simple cookie manipulation. I suppose this is a side-effect of the "no logging in" method, but it might be nice to allow people to delete their posts.
Re: Show HN: Feedback app
#46I have a recommendation however for the introduction text on the homepage, you've got orange text on an orange background which is impossible to read. I made a couple of little Developer Tool modifications and found the below CSS to make it more readable.
.primary-footer { font-size: 0.8em; color: #EFEFEF; font-weight: normal; }
Re: Show HN: Feedback app
#47Re: Show HN: Feedback app
#48Nice and simple, I like it. Potential security/privacy issue though: I can retrieve anyone's submission(s) with some simple cookie manipulation. I suppose this is a side-effect of the "no logging in" method, but it might be nice to allow people to delete their posts.
Re: Show HN: Feedback app
#49Re: Show HN: Feedback app
#50Nice and simple, I like it. Potential security/privacy issue though: I can retrieve anyone's submission(s) with some simple cookie manipulation. I suppose this is a side-effect of the "no logging in" method, but it might be nice to allow people to delete their posts.
I'm a collaborator on the project and we're tidying up all these loopholes, but thanks for the heads up. Matts response is "Oops, I’m a designer!".