Skip to content

Commit

Permalink
FS-4917 - Remove unused self-serve functionality
Browse files Browse the repository at this point in the history
This self-serve system was a prototype for constructing forms from lower-level components, built on top of an in-memory "database". Such low-level form consrtuction is not currently within the scope of FAB as a production asset.

We also tidy up usage of the helper functions human_to_kebab_case and human_to_snake_case, which were previously duplicated and imported from the routes file in the self-serve directory.
  • Loading branch information
wjrm500 committed Dec 23, 2024
1 parent 965e52f commit d7390a8
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 1,758 deletions.
22 changes: 0 additions & 22 deletions app/blueprints/fund_builder/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,6 @@ <h2 class="govuk-heading-s">Fund Configuration (PoC)</h2>
<a class="govuk-link" href="{{ url_for("template_bp.view_templates") }}">Manage Templates</a>
</li>
</ul>
<div class="govuk-!-display-none">
<h2 class="govuk-heading-s">Template Management (post PoC)</h2>
<ul class="govuk-body">
<li class="govuk-body">
<a class="govuk-link" href="/">Edit a template Question (text only)</a>
</li>
<li class="govuk-body">
<a class="govuk-link" href="/">Edit a template Page (text only)</a>
</li>
<li class="govuk-body">
<a class="govuk-link" href="/">Edit a template Form (text only)</a>
</li>
<li class="govuk-body">
<a class="govuk-link" href="{{ url_for("self_serve_bp.section") }}">Create a
template Section (Form group)</a>
</li>
<li class="govuk-body">
<a class="govuk-link" href="/">Edit or Delete a
template Section</a>
</li>
</ul>
</div>
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions app/blueprints/self_serve/README

This file was deleted.

199 changes: 0 additions & 199 deletions app/blueprints/self_serve/data/data_access.py

This file was deleted.

Loading

0 comments on commit d7390a8

Please sign in to comment.