Skip to content
Snippets Groups Projects
Commit e25e748a authored by Nicco Kunzmann's avatar Nicco Kunzmann Committed by Paul Melnikow
Browse files

Obsolete old tutorial and future TODOs (#1983)

This obsoletes the implementation part of the tutorial.
As mentioned in https://github.com/badges/shields/pull/1958#pullrequestreview-149661148, 
old style badges should be avoided and new style badges are preferred.
parent 73c954df
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,19 @@ Before you want to implement your service, you may want to [open an issue][openi ...@@ -51,7 +51,19 @@ Before you want to implement your service, you may want to [open an issue][openi
You may additionally proceed to say what you want to work on. You may additionally proceed to say what you want to work on.
This information allows other humans to help and build on your work. This information allows other humans to help and build on your work.
(4) Implementing (4) Obsolete Implementation
---------------------------
As of [#1958], this tutorial will be obsolete.
The services described here are all in the server.js. The new services are in the [services] directory.
You can help write a new tutorial about what you learned adding a service in the new style.
Example services:
- HTTP + JSON request
- [apm]
- [wercker]
(4.1) Implementing
---------------- ----------------
If there is already a related badge, you may want to place your code next to it. If there is already a related badge, you may want to place your code next to it.
...@@ -276,3 +288,7 @@ These files can also be of help for creating your own badge. ...@@ -276,3 +288,7 @@ These files can also be of help for creating your own badge.
[travis-example]: https://github.com/badges/shields/blob/b126b4ebdc64015a3d6e845d9c051f69ad81c4ea/server.js#L403 [travis-example]: https://github.com/badges/shields/blob/b126b4ebdc64015a3d6e845d9c051f69ad81c4ea/server.js#L403
[regex]: https://www.w3schools.com/jsref/jsref_obj_regexp.asp [regex]: https://www.w3schools.com/jsref/jsref_obj_regexp.asp
[tests-tutorial]: service-tests.md#readme [tests-tutorial]: service-tests.md#readme
[#1958]: https://github.com/badges/shields/pull/1958#pullrequestreview-149661148
[services]: ../services
[wercker]: ../services/wercker
[apm]: ../services/apm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment