Skip to content

nss-evening-cohort-13/clinked-in-baby-spice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClinkedIn

Description

You are an intrepid entrepreneur in the niche social network space. Your latest trillion dollar idea is ClinkedIn, a social network for prisons. This social network will allow inmates to create inmate accounts with their personal details, including why they're in prison, as well as to socialize and find friends with similar criminal interests. You'll also be wanting a way to monetize this app, so having a section that allows for the listing of services is your entryway to the real money.

You'll be building this in teams, and we're only concerned with building the API right now.

Example Repository Class

class ClinkedInRepository
{
    static List<Clinker> _clinkers = new List<Clinker>();

    public List<Clinker> GetClinkers()
    {
        throw new NotImplementedException();
    }

    public void SaveNewClinker(Clinker newClinker)
    {
        throw new NotImplementedException();
    }
}

Your first task as a team will be to break down the following requirements into smaller chunks. You are welcome to work on some tasks together, but everyone will need to have commits with substance.

Requirements

As an incarcerated person

I want to join a social network

So that I'm not so lonely

As ClinkedIn member

I want to find other Clinkers by interest

So that I can make friends

As a ClinkedIn member

I want to list my services

So that other inmates can ask me for help

As a ClinkedIn member

I want to keep track of my friends

So that I can know who has my back

As a ClinkedIn member

I want to keep track of my enemies

So that I know who to watch out for

Stretch Goals

As a ClinkedIn member

I want to know who my friends' friends are

So that I can build up my crew

As a Clinker

I want to update and remove pieces of information, like interests and services

So that as I evolve as a person I can let everyone know

As a Warden

I want to get all inmates information

So that I can peruse the population

As a Clinker

I want to know how many days remain in my sentence

So that I can keep track

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages