Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyln committed Jun 8, 2019
1 parent 54d1ebe commit 9ca411b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## 📍 Features

* Markdown kanban body text
* Kanban body text written in Markdown
* Due date
* Customizable `status` and `teams`/`stories`
* Show QR code
Expand Down Expand Up @@ -51,19 +51,21 @@
|更新者|更新者||modifier|X|
|更新日時|更新日時||updatedDt|X|

> **bold** : Use from report.
> **bold** : Use from the report.
### JS and CSS
#### JS (PC, Mobile)
* https://unpkg.com/react@16/umd/react.production.min.js
* https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
* [menneu.min.js](https://shellyln.github.io/releases/menneu/0.1.0/menneu.min.js)
* **Please do not register the above URL directly. It is not a CDN URL.**
* app-buttons.js
* [app-buttons.js](https://github.com/shellyln/menneu-reporting-app-for-kintone/blob/master/app-buttons.js)
* **Please do not register the above URL directly. It is not a CDN URL.**
* Please edit this file to show the button of the defined report.
* `eXnhAMYWrBVFMczJ__REPORT_APP_ID`: ReportingApp's app id.
* `eXnhAMYWrBVFMczJ__REPORT_BUTTONS`: Report definition record ids you want to use in this app.
* kintone-report-buttons.js
* [kintone-report-buttons.js](https://github.com/shellyln/menneu-reporting-app-for-kintone/blob/master/kintone-report-buttons.js)
* **Please do not register the above URL directly. It is not a CDN URL.**

#### CSS
* [51-modern-default.css](https://github.com/kintone/plugin-examples/blob/master/stylesheet/51-modern-default.css)
Expand Down
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"private": true,
"name": "kanban-board-for-kintone",
"version": "0.1.0",
"description": "Kanban board for kintone",
"keywords": [
"kintone",
"kanban-board",
"kanban",
"reporting",
"Ménneu",
"Liyad",
"Lisp",
"LSX",
"Markdown",
"markdown-it"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shellyln/kanban-board-for-kintone.git"
},
"author": "shellyln",
"license": "MIT",
"bugs": {
"url": "https://github.com/shellyln/kanban-board-for-kintone/issues"
},
"homepage": "https://shellyln.github.io/"
}

0 comments on commit 9ca411b

Please sign in to comment.