Code Monkey home page Code Monkey logo

calumet's Introduction

calumet

Calumet is a class project intended to go through the steps of learning how to use webapig, angularjs and sqlite for the Wednesday Code Louisville .net class of 2016.

Description

Provide a simple calendar application that will allow users to try to organize good times for shared events. Users will create a calendar, include recipients and then each recipient will be emailed the link to use. Users will then mark off the dates they are available; the software will find where they intersect.

Technologies

  • Web Api
  • Dapper
  • sqlite
  • Sql Server
  • Entity Framework Code First Design
  • AngularJS Material

Phase 1 2016.02.08

Create Database

  1. Events
    • e_id int primary key
    • e_startdate date
    • e_enddate date
    • e_name text
    • e_creator text
    • e_dateortime text
    • e_link text
  2. EventRecipients
    • er_id int primary key
    • er_email text
    • er_responded bit
    • er_eid int fk to Events
    • er_link text
  3. EventRecipientDates
    • erd_id int primary key
    • erd_erid int fk to EventRecipients
    • erd_startdate date
    • erd_enddate date

Phase 2 2016.02.17

Switched to using Entity Framework and SQL Server to be more inline with the class goals. Got basic display of events and one JS controllers and one .net controller. Changed the structure name to better be inline with Entity Framework design. Upcoming changes tonight are the ability to add events.

calumet's People

Contributors

mattdurham 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.