PocketChange: A working Title
About a month ago, my fellow jobless friend and I were feeling ambitious. We had a whole summer to create a small time amateur startup business. We threw around a lot of ideas, but settled on this: a website that connects people willing to run small errands with those who needed them run.
We later discovered that this wasn't a very original idea, but we ran with it anyway. There's always a way to make it unique! So we brought in a third friend and started planning how to make this a reality. Soon after however, I picked up a job with a lot of hours, and our third friend was swamped with summer classes and other obligations. The plan fell apart.Â
However, I figured that I'd continue working on it in my free time, as a learning experience. This is what I've got so far.
The homepage displays a short message of what the site is all about (mostly just filler as I/we don't have a real vision for it yet), and a dynamically updated list of recently posted tasks. At the time, the links aren't clickable, but can be copy and pasted to lead you to the task page.
This is where employer accounts can post tasks. Once submitted, it will take the username of the employer account and create a unique webpage with it. Due to the nature of the way the task pages are created, each account can only post one task at a time at this point. Also the navbar is all screwed up, as you can see.
When a user creates an account, they automatically have a profile page created for them. Right now, it's very bare bones, and only displays a few details. I'm hoping to add some sort of feedback functionality on them, so users can check others' profiles to see what other people say about doing business with them.
This is a sample of what a task listing would look like. Very simple. The accept task button currently has no function, but when clicked, I'm thinking it will send the employer who posted it an email containing the email of the worker and a link to their account. We'll see!
So that's what I've been doing on my time off from work. As I said, it's a very very rough blueprint right now. I've gotten a lot of cool features to work though, and that much I'm excited about! Oh, and I'm using Visual Studio with C#, ASP.NET, and SQL databases for this.