Remove color parameter from certificate icons
This commit is contained in:
committed by
GitHub
parent
bf35fcaaf3
commit
c190c96752
@@ -19,7 +19,7 @@
|
||||
|
||||
---
|
||||
|
||||
## . Overview: What is this project meant
|
||||
## . Overview: What is this project meant
|
||||
|
||||
`orcid-system` is designed for research workflows where ORCID data must be ingested, normalized, and exported.
|
||||
|
||||
@@ -36,7 +36,7 @@ Core capabilities:
|
||||
|
||||
---
|
||||
|
||||
## . Tech Stack
|
||||
## . Tech Stack
|
||||
|
||||
### Backend
|
||||
- FastAPI
|
||||
@@ -60,7 +60,7 @@ Core capabilities:
|
||||
|
||||
---
|
||||
|
||||
## . Quick Start
|
||||
## . Quick Start
|
||||
|
||||
From the project root:
|
||||
|
||||
@@ -82,7 +82,7 @@ Default local URLs:
|
||||
|
||||
---
|
||||
|
||||
## . Environment Configuration
|
||||
## . Environment Configuration
|
||||
|
||||
Backend:
|
||||
- Main file: `backend/.env`
|
||||
@@ -118,7 +118,7 @@ Important frontend variables:
|
||||
|
||||
---
|
||||
|
||||
## . ngrok Bridge for Local OAuth Callback
|
||||
## . ngrok Bridge for Local OAuth Callback
|
||||
|
||||
To test OAuth callback from ORCID in local environments, compose can inject a public callback URL:
|
||||
|
||||
@@ -132,7 +132,7 @@ environment:
|
||||
|
||||
---
|
||||
|
||||
## . API Endpoints
|
||||
## . API Endpoints
|
||||
|
||||
Base backend URL: `http://localhost:8000`
|
||||
|
||||
@@ -154,7 +154,7 @@ Base backend URL: `http://localhost:8000`
|
||||
|
||||
---
|
||||
|
||||
## . Request Examples
|
||||
## . Request Examples
|
||||
|
||||
### Health
|
||||
```bash
|
||||
@@ -191,7 +191,7 @@ curl -X POST "http://localhost:8000/api/export/zip/publications" \
|
||||
|
||||
---
|
||||
|
||||
## . Security Controls
|
||||
## . Security Controls
|
||||
|
||||
Implemented controls in backend:
|
||||
|
||||
@@ -210,7 +210,7 @@ Implemented controls in backend:
|
||||
|
||||
---
|
||||
|
||||
## . Frontend Details
|
||||
## . Frontend Details
|
||||
|
||||
The frontend is a React SPA using route-based navigation and a centralized API client.
|
||||
|
||||
@@ -237,7 +237,7 @@ The frontend is a React SPA using route-based navigation and a centralized API c
|
||||
|
||||
---
|
||||
|
||||
## . Project Structure
|
||||
## . Project Structure
|
||||
|
||||
```text
|
||||
orcid-system/
|
||||
@@ -302,7 +302,7 @@ orcid-system/
|
||||
|
||||
---
|
||||
|
||||
## . Production Checklist
|
||||
## . Production Checklist
|
||||
|
||||
- [ ] `ENVIRONMENT=production`
|
||||
- [ ] `DEBUG=false`
|
||||
|
||||
Reference in New Issue
Block a user