All Projects → 8398a7 → abilitysheet

8398a7 / abilitysheet

Licence: MIT license
This app is ability sheet for beatmania iidx music of level 12.

Programming Languages

ruby
36898 projects - #4 most used programming language
typescript
32286 projects
Slim
82 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to abilitysheet

molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+150%)
Mutual labels:  yarn, redux-saga, immutablejs
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+150%)
Mutual labels:  yarn, redux-saga, immutablejs
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+89.47%)
Mutual labels:  postcss, redux-saga, immutablejs
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+281.58%)
Mutual labels:  yarn, immutablejs
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (+131.58%)
Mutual labels:  yarn, postcss
Barebones
A barebones boilerplate for getting started on a bespoke front end.
Stars: ✭ 127 (+234.21%)
Mutual labels:  yarn, postcss
generator-react-web
Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules
Stars: ✭ 35 (-7.89%)
Mutual labels:  yarn, redux-saga
Core
Native HTML Elements with CSS superpowers. 🕶
Stars: ✭ 237 (+523.68%)
Mutual labels:  yarn, postcss
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (+286.84%)
Mutual labels:  yarn, immutablejs
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (-52.63%)
Mutual labels:  circleci, gcp
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (+310.53%)
Mutual labels:  circleci, yarn
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+49410.53%)
Mutual labels:  yarn, immutablejs
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (+150%)
Mutual labels:  yarn, redux-saga
Ci Yarn Upgrade
Keep NPM dependencies up-to-date with CI, providing version-to-version diff for each library
Stars: ✭ 85 (+123.68%)
Mutual labels:  circleci, yarn
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+521.05%)
Mutual labels:  circleci, helm
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+384.21%)
Mutual labels:  yarn, postcss
moadsd-ng
The MOADSD-NG project does provide a simple way to setup a hybrid cloud security demo, playground and learning environment within the clouds.
Stars: ✭ 13 (-65.79%)
Mutual labels:  helm, gcp
React Base
atSistemas React/Redux Isomorphic Platform
Stars: ✭ 82 (+115.79%)
Mutual labels:  postcss, immutablejs
postcss-prefixwrap
A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.
Stars: ✭ 54 (+42.11%)
Mutual labels:  yarn, postcss
Salus
Security scanner coordinator
Stars: ✭ 441 (+1060.53%)
Mutual labels:  circleci, yarn

IIDX☆12 参考表システム

Status

CI Code Climate Test Coverage Issue Count security License

Join to Development

メインの課題管理は JIRA で行っています。
不具合報告や要望等は GitHub の issue に投稿していただいて大丈夫です。

Discord

Domain Model

About

IIDX の SP☆12 の参考表をシステム化したものです。

  • 現状と問題
    • 個人個人で管理している(エクセルやら HTML やら)
    • 作成や管理に手間がかかる、利便性に欠ける
  • 提案システム
    • システムで一括管理
    • グラフ化やログの蓄積などを行い、データの可視化や記録ができる
    • Version ごとにログを取るため、過去のバージョンとの比較も行える

現在はネット上からノマゲ地力表、ハード地力表の反映。
また、iidx.meから集計したデータを元に項目応答理論を使い、地力値表を提供しています。

参考表は GCP 上の GKE にデプロイされ動作しています。
master にマージされると deploy リソースを管理しているプライベートリポジトリに通知が行われ、デプロイが開始されます。

Next

  • プレイヤーの地力値推定、及び楽曲推薦
  • スコアや BP の遷移グラフ

Requirements

Setting

git clone https://github.com/8398a7/abilitysheet.git
cd abilitysheet
bundle install -j4 --path vendor/bundle
rails db:setup
rails s

Database

PostgreSQL を採用しています。
MySQL を使わなかった理由についてはissue#130を参照ください。

License

This software is released under the MIT License, see LICENSE.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].