have you ever wondered if something is true but been too embarrassed to ask your friends?
Here's some of our concerns:
Are all politicians really lizard people?
The moon landing was fake!
Giant cat aliens build the pyramids
The earth is flat!
Is Abdullah a spy?
As a user I want to:
- Have a secure login so the government can't track my conspiracies
- Enter a theory I want information on
- Recieve information on my theory to read more into peoples' views
- View other users' theories who are using the site
- (stretch) Be able to comment on other people's theories
- (stretch) Fake social media sharing icon that send back warnings
Our site allows authorised user to enter into Tinfoil'd via a username, email and password and takes them to the conspiracy hub. Here you can see conspiracies that people have searches for and enter your own theories. In release 2.0 you will be able to search for conspiracies through the Hoaxy API to receive information on your theory.
- Skeleton files and basic HTML outline
- Build databases...
Column | Type | Modifiers |
---|---|---|
id | Serial | Primary Key |
username | VARCHAR(100) | not null |
VARCHAR(100) | not null | |
hash | VARCHAR(100) | not null |
Column | Type | Modifiers |
---|---|---|
id | Serial | Primary Key |
userid | int4 | REFERENCES users(id) |
searchdate | timestamp | not null |
search | VARCHAR(100) | not null |
- create handlers, server, router
- Make amazing waterfall function to validate login with hashy salts
- Tests!
- Front end validation
- Render database on '/tinfoild'
- Check if cookie exists and redirect (so no login required) * Coming soon *
- Be able to enter your own searches, render on page and store in database
- Be able to search for articles related to your conspiracy theory