Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belco90/manfred
Manfred profile sync
https://github.com/belco90/manfred
Last synced: 26 days ago
JSON representation
Manfred profile sync
- Host: GitHub
- URL: https://github.com/belco90/manfred
- Owner: Belco90
- Created: 2024-02-05T13:13:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T13:14:19.000Z (9 months ago)
- Last Synced: 2024-02-05T14:36:44.641Z (9 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mario Beltrรกn's CV
This repository contains **my professional data**, stored as a [MAC](/CV/MAC.json) (or Manfred Awesomic CV), an open-source, interchangeable, machine-readable format. It's also synchronized with [my profile in Manfred](https://getmanfred.com/profile/marioba).
- [Folder Structure](#-folder-structure)
- [How can you sync your Manfred profile with your own repo](#-how-can-you-sync-your-manfred-profile-with-your-own-repo)
- [How can you update your CV in Manfred](#%E2%93%9C%EF%B8%8F-how-can-you-update-your-cv-in-manfred)
- [How can you update your CV in GitHub](#octocat-how-can-you-update-your-cv-in-github)
- [Contact and Troubleshooting](#-contact-and-troubleshooting)
- [License](#%EF%B8%8F-license)## ๐ Folder Structure
The structure of this repo is pretty simple. You have all metadata and config files on the base directory. There, you will find more files and folders, but just two are directly related and relevant to my MAC, `/cv` and `/assets`:
.
โ
โโโ CV
โ โโโ MAC[_instance1][_language1].json
โ โโโ ...
โ โโโ MAC[_instanceN][_languageN].json
โ
โโโ assets
โ
โโโ ...- [/cv](/cv), where you can find multiple versions of my CV (eg. `MAC.json` or `MAC_dev_ES.json`).
- [/assets](/assets), where I store assets related with my CVs (eg. pictures, certifications, etc.).## ๐ How can you sync your Manfred profile with your own repo
1. First, you have to [create an empty repository](https://github.com/new) (public or private) in your GitHub Account.
2. If you have a profile at Manfred ([getmanfred.com](https://www.getmanfred.com/)), you can configure the synchronization within `Settings/Data Management`.3. You will be asked to select one repository to install the [Manfred GitHub Connector App](https://github.com/apps/manfred-github-connector). Just follow the instructions.
4. **You are done!** So easy, so powerful.
## โ๏ธ How can you update your CV in Manfred
Just navigate to [your profile](https://getmanfred.com/profile) and update whatever you want. If you have synchronized your profile with your GitHub repo, **it will be updated automagically with a new version of your MAC**, including the latest updates.
## :octocat: How can you update your CV in GitHub
Just edit your MAC in the `/CV` folder in the repository page or directly in your machine, commit and push the changes. [Your profile in Manfred](<(https://getmanfred.com/profile)>) will be updated too. **If you have configured Manfred to synchronize your data in other platforms, they will be updated too!**
## ๐ช Contact and Troubleshooting
> :warning: Remember that your CV has to be [a valid MAC JSON file](https://github.com/getmanfred/mac) to be synchronized !!!
For example, there are 4 "study types" ("officialDegree", "certification", "unaccredited" and "selfTraining") if you include a new type like "kindergarten", your CV could be a valid JSON file but not a MAC and therefore, **your data won't be synchronized and we will send you an email with detailed info on the error**.
You can find the full MAC definition available [here](https://github.com/getmanfred/mac/blob/master/schema/schema.json). If you have any question, please, don't hesitate to reach us at [[email protected]](mailto:[email protected]), ping us on [Twitter](https://twitter.com/getmanfred) or [fill a support ticket](https://getmanfred.freshdesk.com/). We'd love to help you! ๐ค
## โ๏ธ License
The CVs included in this repository contain my personal and professional data, and they can't be automatically processed without my explicit permission according to the [GDPR](https://gdpr-info.eu/) (General Data Protection Regulation).
The [MAC format](https://github.com/getmanfred/mac) is free and open-source software licensed and distributed under the [Creative Commons Attribution Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0 International).