Giter Site home page Giter Site logo

geertvd / calendar Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 2.46 MB

Drupal Calendar 8.x-3.x development (deprecated, development is happening on d.o now)

Home Page: https://www.drupal.org/project/calendar

CSS 17.29% PHP 53.97% SourcePawn 16.55% JavaScript 1.41% HTML 10.79%

calendar's People

Contributors

geertvd avatar lovegod avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

calendar's Issues

Evaluate dependencies

Current dependencies are:

  • views
  • date_api
  • date_views

We need to check whether or not we still need all of those.

Remove deprecated date_week()

The date_week() function doesn't seem to be added to D8 core.

TODO:

  • figure out if this is a valid use case for a contrib module, and if so, make it happen
  • if not, move the function to a service or helper class

Convert $dateInfo stdClass() to well defined class

Currently the $dateInfo variable in the calendar style plugin is defined as a stdClass, and that uses a lot of magic variables.

TODO:

  • create a new class that stores all info transparently
  • fix all occurrences

Figure out where to store links and implement that

Currently, in calendar_set_link(), links are stored on the state. We probably should use decent config storage there.

TODO:

  • Figure out where to store the links (previously variable_get())
  • Fix calendar_set_link() accordingly
  • Fix the usage in calendar_node_view()
  • Implement the delete functions calendar_clear_link_bundle() and calendar_clear_link_path()

Reevaluate the legend template

The structure of stripe labels and titles changed from string to array. That has probably broken the legend template file.

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.