Giter Site home page Giter Site logo

seir-penguin-project2's Introduction

Project 2

By RASHAD M.

Project Summary

Event Scheduler

This is an event scheduler that will be able to be used by users to keep track of my schedule.

Models

Connect - MongoDB Connection

CalendarEvent - This will create events to be placed on the calendar by users

Route Table

url method action
/calendar get Shows entire calendar (index)
/calendar/:id get Shows a specific day on the calendar (show)
/calendar/create-event get Creates an event for a specific day (new)
/calendar post Adds new event to calendar (create)
/calendar/:id patch (via post) Updates event on the calendar (new)
/calendar/:id/edit-event put Edit a certain days event on the calendar
/calendar/:id/ delete (via post) Removes events from a certain day

User Stories

  1. Users should be able to schedule an event on my calendar.
  • By clicking "Create An Event"
  • Entering event information on next page.
  1. A user should be able to see all events scheduled by all users at all times.
  • If an event is scheduled, it should be visible under the date on the calendar when it was scheduled.
  1. A user should be able to click on an event, see event details, edit events, and delete events.

Challenges

Oct. 30, 19:09

  • I need to send each event to a different div.

Nov. 1, 05:02

  • For some reason, on Oct. 31st, once it got around 7PM, the calendar started to bug out a bit, and once it hit November 1st it started working again. It started to skip months for some reason.

List of Technologies

Tools: Liquid, Express, Node.Js, MongoDB

seir-penguin-project2's People

Contributors

rashadnm01 avatar

Watchers

 avatar

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.