チームまでは表示できた。表示と更新及びメンバー編集不可。エントリー以降も表示不可。

This commit is contained in:
2024-07-27 09:46:00 +09:00
parent c81bcef4bc
commit 08ffc42cdd
24 changed files with 17083 additions and 9 deletions

View File

@ -28,4 +28,10 @@ abstract class Routes {
static const GPS = '/gp';
static const SETTINGS = '/settings';
static const DEBUG = '/debug';
static const TEAM_LIST = '/team-list';
static const TEAM_DETAIL = '/team-detail';
static const MEMBER_DETAIL = '/member-detail';
static const ENTRY_LIST = '/entry-list';
static const ENTRY_DETAIL = '/entry-detail';
}