Skip to content

Commit 1de37bf

Browse files
「しるべ」をプロジェクトに追加 (#354)
1 parent 973358d commit 1de37bf

4 files changed

Lines changed: 44 additions & 1 deletion

File tree

3.18 KB
Loading

contents/projects/shirube/index.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
app:
3+
name: しるべ
4+
description: 進振り要件を見ながら、必要な情報だけで履修を組める
5+
6+
url: https://shirube.utcode.net/
7+
platform: [web]
8+
domain: [tool]
9+
10+
order: 2
11+
date: 2026-09-18
12+
kind: long-term
13+
status: released
14+
tags: [JavaScript, TypeScript, React]
15+
16+
thumbnail:
17+
src: ./thumbnail.png
18+
19+
favicon: ./favicon.png
20+
21+
social:
22+
github: https://github.com/ut-code/syllabus/
23+
---
24+
25+
## 概要
26+
27+
時間割を作成することができ、自分の履修状況が前期課程修了要件・進学選択参加要件を満たしているかを確認できます。
28+
29+
## 特徴
30+
31+
- 自身の所属に基づき、必修科目が自動で登録
32+
- 登録済みの講義が前期課程修了要件・進学選択参加要件を満たしているか判定
33+
- 曜限や成績の評価方法など、様々なフィルターを用いた講義検索が可能
34+
- 履修上の注意を記載したページがあり、時間割作成を補助します
35+
- 時間割を見ながら講義を検索画面を開けるようにし、使いやすいアプリを目指しました
36+
37+
## Quick Start
38+
39+
1. [しるべのページ](https://shirube.utcode.net/)にアクセス
40+
2. 「はじめる」ボタンをクリック
41+
3. 所属(学部・学年・クラス)を選択し、「次へ」をクリック
42+
4. 必修科目の自動入力を確認し、「OK」をクリック
43+
44+
必修科目が登録された時間割の完成!
672 KB
Loading

contents/projects/syllabus/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ app:
66
platform: [web]
77
domain: [tool] # バックエンドついたら app になる
88

9-
order: 2
109
date: 2023-10-02
1110
kind: long-term
1211
status: stable

0 commit comments

Comments
 (0)