Giter Site home page Giter Site logo

yii2-cron-log's People

Contributors

antonkomarev avatar dmitry-semenov avatar lutek avatar mastermind148 avatar morontt avatar philippfrenzel avatar zacksleo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

yii2-cron-log's Issues

Database schema naming style

I understand that all is a matter of taste, but most of all modules and components on Yii2 using database table names in lowercase like cron_schedule and lowercase columns names job_code.
If you want, I can prepare pull request for your component to fit the naming conventions.

For example you can look at default yii migration table.

CREATE TABLE `migration` (
    `version` VARCHAR(180) NOT NULL,
    `apply_time` INT(11) NULL DEFAULT NULL,
    PRIMARY KEY (`version`)
)
COLLATE='utf8_unicode_ci'
ENGINE=InnoDB;

Missed translations file

Here is an output if you are trying to use this component:

Unable to locate message source for category 'cron'.

Documentation

Can you provide any documentation how to use it, please?

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.