registry-server
registry-server copied to clipboard
This repo is deprecated in favor of https://github.com/jsonresume/registry-functions
Here is my registry: http://registry.jsonresume.org/rvarbanov And here is my resume.json: https://github.com/rvarbanov/resume/blob/master/resume.json For some strange reason, the basics is missing on the registry. EDID: I found the issue. When I foudn...
As per [#42](https://github.com/jsonresume/resume-schema/issues/42) and [schema PR](https://github.com/jsonresume/resume-schema/pull/83). Adds Travis-CI config, and tests for user create, user add, resume add, get context and get resume (json and jsonld). Here's a build: https://travis-ci.org/bollwyvl/registry-server/builds/29566766...
There's also logic in resume-cli. It should all be consolidated in one place. This is not a difficult task. I would be happy to submit a PR if we all...
@rolandnsharp You mentioned in #64 that the tests fail inconsistently. Is this locally, on Travis, or both? If it's only on Travis it's because of [this](http://docs.travis-ci.com/user/database-setup/#MongoDB-may-not-be-immediately-accepting-connections) which is a real...
Dependencies on: - themes.jsonresume.org - Postmark? These should probably be mocked, else tests will fail when running offline, or when the above services are down (like now...).
Does the resume support geoPoint (lat/long coordinates) for location of the candidate?
Hey Guys. @mchelen asked me to file a bug about the hosted pdf version when behind a password prompt. So basically just that - NAME.pdf always points to the "you...
I would like to get an RSS feed of recently updated resumes, given a keyword search: For example, an RSS feed of all recently updated resumes with the word "PHP"...
The web editor is very permissive now, and attempts to render whatever JSON is input. It would be nice to have it validate the input with `resume-schema`. That way it...
It's great how anyone can publish a theme with NPM, but there is currently no quality assurance for these contributed themes. Some themes show errors or blank templates, and some...