Added run state front end support
Updated scholars layout to match dashboard
This commit is contained in:
parent
e49e753023
commit
110e246a1c
10 changed files with 1095 additions and 284 deletions
11
README.md
11
README.md
|
|
@ -72,6 +72,17 @@ docker compose -f docker-compose.yml -f docker-compose.dev.yml down
|
|||
- `CONTRIBUTING.md`: contribution policy and merge checklist.
|
||||
- `scripts/check_no_generated_artifacts.sh`: tracked-artifact guard used by CI.
|
||||
|
||||
## Data Model Notes
|
||||
|
||||
- Scholar tracking is user-scoped: each account can track the same Scholar ID independently.
|
||||
- Publications are shared/global records deduplicated by Scholar cluster ID and normalized fingerprint.
|
||||
- Per-account visibility and read state is stored on scholar-publication links, not on the global publication row.
|
||||
|
||||
## Name Search Status
|
||||
|
||||
- Scholar name search is intentionally WIP in the UI.
|
||||
- Current Google Scholar behavior often redirects name-search traffic to login/challenge flows, so production onboarding should use direct Scholar ID/profile URL adds.
|
||||
|
||||
## Environment Variables (Complete Reference)
|
||||
|
||||
Notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue