Skip to content

Commit

Permalink
Added About Face to basic and UX engineer specializations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetrov committed Nov 17, 2014
1 parent fa79f07 commit 008195e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions resources/knowledge_base4it.edn
Expand Up @@ -158,6 +158,14 @@
:author/name "Tom DeMarco"}
{:author/id "timothy_lister"
:author/name "Timothy Lister"}
{:author/id "alan_cooper"
:author/name "Alan Cooper"}
{:author/id "robert_riemann"
:author/name "Robert Riemann"}
{:author/id "david_cronin"
:author/name "David Cronin"}
{:author/id "christopher_noessel"
:author/name "Christopher Noessel"}
]

[{:media/id "pragmatic_programmer"
Expand Down Expand Up @@ -297,6 +305,18 @@
:media/isbn "ISBN: 978-1-93435-686-9"
:media/year 2014
:media/author [[:author/id "paul_butcher"]]}
{:media/id "about_face"
:media/type :media.type/book
:media/title "About Face:"
:media/subtitle "The Essentials of Interaction Design"
:media/essential true
:media/experience 1
:media/isbn "ISBN-13: 978-1118766576 ISBN-10: 1118766571"
:media/year 2014
:media/author [[:author/id "alan_cooper"]
[:author/id "robert_riemann"]
[:author/id "david_cronin"]
[:author/id "christopher_noessel"]]}
]
;; Media-relationships
[ {:media.relationship/from [:media/id "ilsd_ru"]
Expand Down Expand Up @@ -367,6 +387,13 @@
:recommendation/necessary false
:recommendation/description "Peopleware is optional recommendation for basic specialization, because... //TBD @alexpetrov"}

{:recommendation/specialization [:specialization/id "basic"]
:recommendation/media [:media/id "about_face"]
:recommendation/id "basic_about_face"
:recommendation/priority 100
:recommendation/necessary false
:recommendation/description "About Face is optional recommendation for basic specialization, because... //TBD @alexpetrov"}

;; Recommendations for Developer specialization
{:recommendation/specialization [:specialization/id "developer"]
:recommendation/media [:media/id "rftg2ptns"]
Expand Down Expand Up @@ -404,5 +431,13 @@
:recommendation/priority 1000
:recommendation/necessary true
:recommendation/description "Seven Concurrency Models in Seven Weeks is must recommendation for software engineer specialization, because... //TBD @alexpetrov"}

;; Recommendations for UX Engineer
{:recommendation/specialization [:specialization/id "ux_engineer"]
:recommendation/media [:media/id "about_face"]
:recommendation/id "ux_engineer_about_face"
:recommendation/priority 1000
:recommendation/necessary true
:recommendation/description "About Face is required recommendation for UX Engineer specialization, because... //TBD @alexpetrov"}
]
]

0 comments on commit 008195e

Please sign in to comment.