Git Product home page Git Product logo

atopynote's Introduction

atopynote

atopynote's People

Contributors

shohey1226 avatar

Watchers

James Cloos avatar  avatar  avatar

atopynote's Issues

Set up Redis and store historical data in it.

*) use job queue
*) data from mysql to redis
*) data format should be align to chart.js (hashref<->json)
*) When data submitted, then this job is established
*) Pop up saying "it takes a while to reflect to chart"

Can't add an entry into Diary table

Mon Sep 16 08:39:02 2013] [error] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@ DBIx::Skinny 's Exception @@@@@
Reason : DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (atopynote.Diary, CONSTRAINT Diary_ibfk_2 FOREIGN KEY (user_id) REFEREN
CES User (id) ON DELETE CASCADE) at /home/kamesho/atopynote/local/lib/perl5/DBIx/Skinny.pm line 772.

SQL : INSERT INTO Diary
(user_id, page_id, memo, date)
VALUES (?, ?, ?, ?)

BIND : $VAR1 = [
'1',
'1',
'',
'2013-09-16'
];

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
at /home/kamesho/atopynote/script/../lib/Atopynote/Model.pm line 231.

Fix submit form

Currently it seems that POST doesn't work.
Investigate and update js (or html)

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.