eisen-dev / eisen_front

Eisen Front Web application for remote package and job task management
http://eisen-dev.github.io/eisen/
Other
3 stars 2 forks source link

eisen_frontの動作環境と対応ブラウザーを明記する必要がある #62

Closed ytooyama closed 8 years ago

ytooyama commented 8 years ago

eisen Frontがどの環境で動くのか、README.mdに記述しておく必要があると思います。

マルチプラットフォームのブラウザーは大抵同じように動作しますが、 まれにWindows版は動くけどMac版は動かないといったことがあるので注意する必要があると思います。

aliceinwire commented 8 years ago

mac化についてpermission以外の問題ありますか。 permissionの問題なら昨日直しました。

aliceinwire commented 8 years ago

eisen front と eisen engineは両方vagrantで開発してますので どんなパソコン使っても同じ開発環境になります。 http://raqda.com/vagrant/why-vagrant/index.html

ytooyama commented 8 years ago

Firefoxでアクセスしたところ、ボタンなどを押しても何も動かなかったので、このブラウザなら動作しますよという情報があるといいなと思い、バグ登録しました

aliceinwire commented 8 years ago

バグ登録はありがとうございました。:smile:

ボタンのバッグ直していますがmac環境にはあまり関係がないです。 それはtypescriptのtranspileが動いてないです。

aliceinwire commented 8 years ago

これをテストしています。 https://github.com/eisen-dev/eisen_front/issues/60 そのコマンドを使って vagrantにtypescriptからjavascriptをtranspileできます。

aliceinwire commented 8 years ago

コミットしました。

aliceinwire commented 8 years ago

テストしました。vagrant upでjsファイルができていました。 もう一回vagrant upしてみてください。

aliceinwire commented 8 years ago

@ytooyama vagrantでjavascriptが作りましたか

ytooyama commented 8 years ago

このバグは特定の機能が動かないから立てたバグではありません。 「eisen frontはこのブラウザで動くか確認していますよ」というのを明示してほしかったので立てたバグです。

aliceinwire commented 8 years ago

eisen frontはブラウザで動くか確認してもらえます、 ありがとうございます。 :+1:

depra95 commented 8 years ago

Eisen Frontendのチェック済みブラウザの明記についての修正https://github.com/eisen-dev/eisen_front/pull/63 をマージしました。 動作OSについては後日検証してからの記載を予定しています。 報告ありがとうございました。