Skip to content

Commit

Permalink
v1.1 release (#145)
Browse files Browse the repository at this point in the history
v1.1 release
  • Loading branch information
igapyon committed Apr 25, 2020
1 parent 003fc91 commit 2f46d93
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cityinfojp について詳しくは About ページを参照ください。

## 初期の実働サイト

成果物は Heroku 上でホストしてます
成果物は Heroku 上でホストします

- https://cityinfojp.herokuapp.com/

Expand All @@ -20,3 +20,45 @@ cityinfojp について詳しくは About ページを参照ください。
ソースコード一式は GitHub 上に公開しています。

- https://github.com/igapyon/cityinfojp

# リリース

## 1.1 (2020-04-25)

### 機能追加

* 都道府県ページに、ページャーを追加して別の(隣の)都道府県にジャンプ可能に
* メニューに現れないHTML画面が存在しているが、これをメニューのドロップダウンに表示されるようにする
* Data Entry 画面の種別に閉鎖を追加
* cityinfojp に登録されたデータについて、RSS v2.0 (ファイル拡張子 .rss) で提供する
* index.html (Home) の最近登録された情報一覧の箇所に、クラウドからダウンロードのアイコンを追加して統合後の JSON ファイルにリンク
* Area ページにも、そのエリアの新着情報リストを表示するようにする
* 都道府県のページに「公式サイト」のリンクを追加
* 登録内容が信頼できる情報源に基づいているか判別できるようにアイコンを追加する

### 機能調整

* Jumbotron を少し小さくする
* Navbar 左上エリアをクリックすると ./index.html を表示するように変更する
* プログラム、データに対する最初のコントリビュータについて contributor.htmlに記載を追加実施
* sitemap.xml に未登録の情報があった (エリアなど) のでこれを追加
* アイコンの大きさを 1em から 1.5emに増やす

### バグ修正

* error.html の作成・配置して、エラーの際に Spring の生ログが表示されないようにする
* Jumbotron のタイトル文字列が iPhone SE で表示すると一部かける不具合の訂正
* アイコンの (!) と (i) の混同がみられたのでこれを訂正

### リファクタリング

* Javadoc を記載する
* ソースコード C1 カバレッジを確認してデッドコードを除去
* DOCTYPEを大文字化
* 画面各所に現れる svg タグについて、Thymeleaf フラグメント化して共通化を実施する
* ソースの TODO コメントについて、解消して削除できるものはこれを対応する
* ThymVarMapAreaBuilder の AREA_INFO, AREA_PREF_CODES を廃止して JSONベースに変更

## 1.0 (2020-04-19)

* 最初のリリース
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>jp.igapyon</groupId>
<artifactId>cityinfojp</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>cityinfojp</name>
<description>Web app for city info based on Spring Boot/Thymeleaf.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2>開発言語など</h2>
</main>

<footer class="container">
<p>&copy; cityinfojp 2020 : 2020-04-25 12:03</p>
<p>&copy; cityinfojp 2020 : 2020-04-25 12:17</p>
</footer>

<!-- Bootstrap JavaScript -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5470,7 +5470,7 @@ <h6 class="border-bottom border-gray pb-2 mb-0">最近登録された情報
</main>

<footer class="container">
<p>&copy; cityinfojp 2020 : 2020-04-25 12:03</p>
<p>&copy; cityinfojp 2020 : 2020-04-25 12:17</p>
</footer>

<!-- Bootstrap JavaScript -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://cityinfojp.herokuapp.com/</loc>
<lastmod>2020-04-25T12:03:52+09:00</lastmod>
<lastmod>2020-04-25T12:17:38+09:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
Expand Down

0 comments on commit 2f46d93

Please sign in to comment.