Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence検索 #1

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Sequence検索 #1

wants to merge 16 commits into from

Conversation

nsgc
Copy link
Contributor

@nsgc nsgc commented Aug 24, 2015

概要

Togogenome SPA化で、画面からサーバ側を1本通して作ろうと思い、
手軽に作れそうな Sequence 検索を作ってみました。

スクリーンショット

sequence

デザインのために元々のDOMツリーを保ちつつ開発を続けることはコストが非常に大きいため、
いったん既存のデザインを当てないことにしています。

nsgc added 14 commits August 7, 2015 15:53
- Use bootstrap
- "togo.css"
- compass, font-awesome
gggenome 検索し、その結果を元に、SPARQL を生成し RDFストアに問い合わせ、
その結果の JSON を表示するようにした。これで1本通したつもり。
SPA化にともない、デザインのために元々のDOMツリーを保ちつつ開発を続けることはコストが非常に大きいため、
いったん既存のデザインを当てないようにすることにし、Bootstrap ベースにすることにした。
また、4.0.0.alpha がでたのでそれに乗るようにする。
検索結果にマイナス鎖があることを考慮して、正規表現でハイライト箇所を探すのではなく、
Sequence内の位置を見てハイライトするようにした
@nsgc
Copy link
Contributor Author

nsgc commented Aug 24, 2015

http://www.openmindedinnovations.com/blogs/3-ways-to-integrate-ruby-on-rails-react-flux
の中で一番簡単に導入できるのと、サービスの運用も現状と変わらなさそうなため、
1番の方法(react-rails利用)で実装している、けどどうなんだろう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant