Cleanup radar files
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
quadrant: methods-and-patterns
|
|
||||||
---
|
|
||||||
|
|
||||||
Foo
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Grunt"
|
|
||||||
ring: adopt
|
|
||||||
quadrant: tools
|
|
||||||
---
|
|
||||||
|
|
||||||
Hier steht was altes über *Grunt*
|
|
||||||
|
|
||||||
Hier noch ein [link](http://www.google.de) zu google
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
title: "React 123"
|
|
||||||
ring: adopt
|
|
||||||
quadrant: languages-and-frameworks
|
|
||||||
---
|
|
||||||
|
|
||||||
Hier steht eine Einleitung über *React* - super "cool"
|
|
||||||
|
|
||||||
Hier noch ein [link](http://www.google.de) zu google
|
|
||||||
|
|
||||||
Hier steht der Rest!
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
isFeatured: false
|
|
||||||
quadrant: languages-and-frameworks
|
|
||||||
---
|
|
||||||
|
|
||||||
Foo!
|
|
||||||
@@ -231,7 +231,7 @@ const flagWithIsNew = (items, allReleases) => (
|
|||||||
);
|
);
|
||||||
|
|
||||||
const isNewItem = (item, allReleases) => {
|
const isNewItem = (item, allReleases) => {
|
||||||
return item.revisions[0].release === allReleases[allReleases.length-1]
|
return item.revisions.length > 1 && item.revisions[0].release === allReleases[allReleases.length-1]
|
||||||
}
|
}
|
||||||
|
|
||||||
const addItemToRing = (ring = [], item) => ([
|
const addItemToRing = (ring = [], item) => ([
|
||||||
|
|||||||
Reference in New Issue
Block a user