pullrequests Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:Java language:Java
Filter by
211M results
Summary
背景
契約(Contract)が作成されたが、請求情報を管理する仕組みがない。契約に紐づく請求スケジュール(分割請求)を管理し、請求のステータス(予定→請求済→入金済)を追跡する Invoice ドメインを導入する。
one_time 契約では請求合計が契約金額を超えないことを検証する。recurring 契約では合計金額の上限チェックは行わない。
Workflow
| Phase ...
実装内容
- StudentCourseクラスを作成
- students_coursesテーブルの全件検索処理を追加
- studentCourseListエンドポイントを追加
動作確認
curl http://localhost:8080/studentCourseList
students_coursesテーブルの全件データが取得できることを確認
Description
This PR implements the following changes:
- fix vercel mobile bugs
Notes for Reviewers
Summary
Schedule follow-ups on top of the merged GTFS integration (PR #30). This release generalizes the schedule layer to
multiple agencies and lands fixes for three tracked issues, plus a UX fix for ...
Bumps @types/node from 20.19.43 to 26.0.0. details summary Commits /summary ul li See full diff in a href=
https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node compare view /a /li ...
dependencies
javascript
Problem
The scifi_grid texture was cutting through text blocks — bright neon green circuit lines at high opacity ran directly
under prose, creating eye fatigue. Three compounding issues:
1. SVG line ...
bug
Implement Stock Validation with Visual Feedback in BarcodeScannerModal
- tests fixes https://github.com/descope/node-sdk/issues/743
Completes the Railway deployment wiring on top of PR #1 (SP-2 + web frontend).
What
- Server production build now boots. `tsc` was emitting to `dist/src/index.js` (it compiled `test/` too); added
...