Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from akiko-pusu/develop
Browse files Browse the repository at this point in the history
README調整、test追加用のPR
  • Loading branch information
akiko-pusu committed Jun 6, 2018
2 parents b9aefb8 + daccf7e commit c2ed0d4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Redmine Issue Stamps Plugin

Now description is Japanese only.

### このプラグインについて

[Scrapbox](https://scrapbox.io/redmine-issue-stamps/) 上で案を出したり実験をしながら、プラグインを作っています。

- できるといいこと
- Redmineのチケットに対し、「ハンコ」を押すような感覚で、チケットの内容・作業に対する承認の記録を保持できる
- チケット表示の際に、「ハンコ」を押すようなフォームやボタンが表示され、承認者はボタンを押すことでハンコを押したのと同等な記録を残すことができる
- ワークフローとは独立した形で承認情報を追加、保持できる

上記を目指して、コツコツとチャレンジ中です。


### Repository / リポジトリ

- https://github.com/akiko-pusu/redmine_issue_stamps


### Plugin installation

1. Copy the plugin directory into the $REDMINE_ROOT/plugins directory. Please
note that plugin's folder name should be "redmine_issue_stamps". If
changed, some migration task will be failed.
2. Do migration task.

e.g. rake redmine:plugins:migrate RAILS_ENV=production

1. (Re)Start Redmine.


### Uninstall

Try this:

* rake db:migrate_plugins NAME=redmine_issue_stamps VERSION=0
RAILS_ENV=production



### License

This software is licensed under the GNU GPL v2.
3 changes: 0 additions & 3 deletions README.rdoc

This file was deleted.

4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name 'Redmine Issue Stamps plugin'
author 'Akiko Takano'
description 'This is a plugin for Redmine, which enables to display approval stamps on issue description page.'
version '0.0.1'
url ''
version '0.0.1-dev'
url 'https://github.com/akiko-pusu/redmine_issue_stamps'
author_url 'https://github.com/akiko-pusu'
end

0 comments on commit c2ed0d4

Please sign in to comment.