← スキル一覧に戻る

test-data
by erymuzuan
Motorbike rental system for Thailand tourist areas (Phuket, Krabi, etc.) - Blazor Server + WASM PWA with MudBlazor
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: test-data description: Read and write test data
Database access use SqlCmd.exe too
Tools
- SqlCmd.exe: for database access
- server: -S "(local)\DEV2022"
- Trust Server Certificate: -C
- trusted connection: -E
- database: -d "MotoRent"
Database
- MotoRent: for tenant, contains user data, such as
Shop,Vehicleetc. an d core objecs such asUser,Organizationetc.
Tenant schema
- MotoRent is multi-tenant application, where each tenant has it's own schema, the list of all tenants is kept in
Core.Organizationtable. - Tenant: Take
Shopas example, it's table name isShop, and it's schema name is<tenant>
JSON object
- JSON column is for serialized JSON data .Net object,as described in
MotoRent.Domainproject - Entity JSON data is a serialized object of
Entityclass,MotoRent.Domain.Entities.<table>, where<table>is theEntity - Primary key
<table>Idformat
Interview
- Interview use AskUserQuestion tools
- Tenant ask me about the tenant if one not specified, account
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です