This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template Software dev and Architect roles
"listing" layout pulls in the "These are exciting times..." copy "contents" layourt lists jobs within that job family
- Loading branch information
1 parent
a660f97
commit 7a72410
Showing
12 changed files
with
32 additions
and
93 deletions.
There are no files selected for viewing
19 changes: 2 additions & 17 deletions
19
tech-docs/source/architects/enterprise_architect/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Architects | ||
weight: 10 | ||
layout: contents | ||
--- |
17 changes: 1 addition & 16 deletions
17
tech-docs/source/architects/technical_architect/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<% wrap_layout(:layout) do %> | ||
<h1><%= current_page.data.title %></h1> | ||
<% current_page.children.sort_by { |p| p.data.weight }.each do |page| %> | ||
<li><%= link_to page.data.title, page.url %></li> | ||
<% end %> | ||
<% end %> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<% wrap_layout :layout do %> | ||
<h1><%= current_page.data.title %></h1> | ||
<blockquote> | ||
<%= partial "shared/introduction" %> | ||
</blockquote> | ||
<%= yield %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
These are exciting times at the Department for Education. We are transforming to become a user centred organisation, delivering better outcomes for all our users through agile and iterative software development and continuous improvement. | ||
|
||
You will work with user researchers, product managers, designers, business analysts, delivery managers and content specialists as part of a multi-disciplinary team to directly deliver better outcomes for users. You will innovate to radically transform how public services are delivered and improved. | ||
|
||
Read more about software development on the | ||
[DfE Digital blog](https://dfedigital.blog.gov.uk/2020/10/06/software-developers/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
--- | ||
title: Software Developers | ||
weight: 10 | ||
layout: contents | ||
--- | ||
|
||
# Software Developers | ||
<ul> | ||
<% current_page.children.each do |page| %> | ||
<li><%= link_to page.data.title, page.url %></li> | ||
<% end %> | ||
</ul> |
13 changes: 1 addition & 12 deletions
13
tech-docs/source/software_developers/junior_developer/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletions
11
tech-docs/source/software_developers/principal_developer/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 2 additions & 11 deletions
13
tech-docs/source/software_developers/senior_developer/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 2 additions & 11 deletions
13
tech-docs/source/software_developers/software_developer/index.html.md.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters