GithubHelp home page GithubHelp logo

Manuel Pineyro's Projects

resumeman icon resumeman

Command line based resume builder made in Ruby using Middleman.

slim icon slim

Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.

train-system icon train-system

Train system Make a program to map a train system. It should allow trains system operators to add and update information, and train riders to get information out. For this lesson, to describe the features I want you to build, I'm going to write user stories. User stories are a way of describing a feature that breaks functionality down into the smallest possible pieces and clearly communicates the use case, functionality, and benefit. The general format of a story is: "As a [role], I want to [functionality], so that [benefit]." Here are some user stories for you to get started: As a train system operator, I want to add train stations, so that I can show where all of the trains will go. As a train system operator, I want to add train lines, so that I can track which lines go to which stations. As a train rider, I want to view a train line, so that I can see the stations where it stops. As a train rider, I want to view a train station, so that I can see which trains come to it. There's a many-to-many relationship between stations and lines. I'd suggest calling your join table stops. When you want to list out the lines at a particular station, you'll need to start by selecting all of the stops for that station, and then selecting all of the lines for those stops. (If you're more familiar with SQL, you can use a join, which is different than a join table, but if not, we'll have a lesson on joins tonight.) After you finish the above stories, flesh out the CRUD operations for each of the classes in your program. If you have time, write and implement user stories for a timetable that shows what time each train stops at each stop.

triangles icon triangles

Tell user what type of triangle based on input.

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.