-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
app(api)Issue or PR related to backend APIIssue or PR related to backend APIenhancementNew feature or requestNew feature or request
Description
AsIs
Currently Resume page contents would be fetched from bare JSON file via backend API.
This might be degraded with actual/current information in LinkedIn profile.
Justifications
As these contents could not be synced with actual information on LinkedIn, so that we need to make it stateless with any external APIs.
(Optional) ToDo
- research solutions to fetch/scrape LinkedIn contents
- PoC with external API and confirmed that required information can be fetched
- remove fixture JSON files from Express backend
- add logics of fetching data from external API with
axios
Metadata
Metadata
Assignees
Labels
app(api)Issue or PR related to backend APIIssue or PR related to backend APIenhancementNew feature or requestNew feature or request