Giter Club home page Giter Club logo

oo-python-theater-work's Introduction

Theater Work

Introduction

The Flatiron Theater Company is holding auditions!

An actor may only Audition for one Role, while a Role may have many Auditions for it!

one to many

Setup

pipenv install will make sure we have ipdb included in our environment.
pipenv shell allows us access to that environment.

Getting started

  • Auditions should have an actor (string), location (string), hired (boolean) and belong to a role.
  • Roles should only have a character_name (string) and have many auditions.

Relationship

  • What relationships will this need (i.e. one-to-one, one-to-many, and many-to-many)?

A note about notation

  • When you see a "#" the functionality is related to the instance, a "." the class.

Testing

  • You can now view all of your Python files for your models in the lib folder. They will be automagically available for you so long as you use the python debug.py instruction to test your code.

  • Through this debug.py file, we've provided to you a console that you can use to test your code. To enter a console session, run python debug.py from the command line. You'll be able to test out the functionality that you write there.

Audition

  • Audition#role returns an instance of role associated with this audition.
  • Audition#call_back() will change the the hired attribute to True.

Roles

  • Role#auditions returns all of the auditions associated with this role.
  • Role#actors returns a list of names from the actors associated with this role.
  • Role#locations returns a list of locations from the auditions associated with this role.
  • Role#lead returns the first instance of the audition that was hired for this role or returns a string 'no actor has been hired for this role'.
  • Role#understudy returns the second instance of the audition that was hired for this role or returns a string 'no actor has been hired for understudy for this role'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.