Coder Social home page Coder Social logo

6.4_calendar's Introduction

##Calendar ##Create a calendar app.

First, let users create, edit, and delete events with a description, location, and a start and end date and time. Next, let users list out the events in the order in which they will occur. By default, only list events in the future. Now, create a view that lets users choose to only view events on the current day, week, or month. In the day/week/month view, let users choose to view the previous or following day/week/month, so that they can "scroll" through their events. Add the ability to make generic to-do items that don't have a date or time. Now, let users add notes to events and to-dos. When you have an object that can belong to more than one class, it's called polymorphic. Read the Rails Guide section on polymorphism to learn how to implement it. This may be a bit tricky at first. Validate that your events have correct dates and times by using the validates_timeliness gem. validates_timeliness doesn't have good tools for testing, so feel free to skip out on the testing. Implement full-text search across your event names, descriptions, and locations using the textacular gem. Allow events to be marked as repeating every day, week, month, or year, and display them appropriately on each view.

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.