ユーザ用ツール

サイト用ツール


temporary:hrforecast

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
temporary:hrforecast [2014/03/04 01:39] clownclowntemporary:hrforecast [2025/02/16 13:53] (現在) – 外部編集 127.0.0.1
行 214: 行 214:
 <code> <code>
 # curl -F number=33 -F datetime=20130728T00:00:00 http://localhost:5127/api/mona/regist/all # curl -F number=33 -F datetime=20130728T00:00:00 http://localhost:5127/api/mona/regist/all
 +</code>
 +
 +===== Tips =====
 +
 +==== レンジの追加 ====
 +
 +グラフのレンジに「1日間」を追加
 +
 +<code>
 +diff -ir /etc/HRForecast/lib/HRForecast/Web.pm /etc/HRForecast.org/lib/HRForecast/Web.pm
 +47,50d46
 +<     elsif ( $term eq 'x' ) {
 +<         $from = time - 86400 * 1;
 +<         $to = time;
 +<     }
 +161c157
 +<             [['CHOICE',qw/w m y x c range/],'invalid browse term'],
 +---
 +>             [['CHOICE',qw/w m y c range/],'invalid browse term'],
 +</code>
 +<code>
 +diff -ir /etc/HRForecast/t/HRForecast/Web/02_calc_term.t /etc/HRForecast.org/t/HRForecast/Web/02_calc_term.t
 +29,33d28
 +< subtest 't => x' => sub {
 +<   my ($from, $to) = $obj->calc_term(t => 'x');
 +<   is($to->epoch, int(time / 3600) * 3600);
 +<   is(($to - $from), (1 * 24 * 60 * 60));
 +< };
 +</code>
 +<code>
 +diff -ir /etc/HRForecast/views/list.tx /etc/HRForecast.org/views/list.tx
 +13d12
 +< <li class="<: ($valid.valid('t') == 'x') ? 'active' : '' :>"><a href="<: $c.req.uri_for($path_info, $merge_params({t=>'x'})) :>">1日間</a></li>
 </code> </code>
temporary/hrforecast.1393897162.txt.gz · 最終更新: 2025/02/16 13:50 (外部編集)