Skip to content

FAC-11/the-FACtory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the FACtory 💡

Share your ideas and find devs in the FACtory

Why?

User Story

Abdullah is such a creative guy but sometimes his mind goes blank and he is stressing out because in 2 weeks from now we will all be pitching for ideas.

Bart, as a qualified programmer, is looking for some projects where he could implement his skills. And Constantina, a business woman is looking for developers and idea that will make her rich.

Let's join all of them! The FACtory is a platform that will help you get ideas for projects and connect you with developers to implement your super cool idea. After this, Abdullah, Bart and Constantina will be much happier.

As a user I can:

  • Visit the website and see a landing page with two buttons (Have an idea and got skills)

  • Click on "got an idea?" which will direct me to the submit idea page, where I can fill in a form to submit my idea.

    • Enter information into a simple form to explain the idea
    • Be able to comment on the idea
  • Click on "got skills?" where I can see a list of submitted app ideas.

    • See a small amount of information about the ideas
    • See the most recently posted ideas at the top of the page
    • See more detail for the ideas when clicking
  • Specify if interested in working on an idea through commenting

  • Upvote an idea using lightbuld icon.

  • Stretch: Filter ideas based on requirements (e.g Front-end, Back-end, UX, etc)

What

A platform that connects people who have app ideas with people with skills to build it.

Database Schema

Users

Column Types Modifiers
id serial PRIMARY KEY
name VARCHAR(100) NOT NULL
email VARCHAR(100) NOT NULL UNIQUE

Ideas

Column Types Modifiers
id serial PRIMARY KEY
userid REFERENCES users(id)
dateadded TIMESTAMP NOT NULL UNIQUE
ideatitle VARCHAR(100) NOT NULL
ideadesc TEXT NOT NULL

Learning outcomes

  1. Parties on Thursdays are not a good idea

  1. Rebeca will become a singer soon

  2. Promises are cool!

About

Share your ideas and find devs in the FACtory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •