Skip to content

Commit

Permalink
refactor: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Feb 6, 2024
1 parent 6386299 commit 1a1d162
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 6,804 deletions.
39 changes: 0 additions & 39 deletions src/app/contents/fields/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// import uk from "./uk";
// import us from "./us";
import it from "./it";
import getFields from "./generic";

Expand All @@ -23,16 +21,6 @@ const groups = [
];

const countrySpec = [
// {
// code: "uk",
// name: "United Kingdom",
// fields: uk
// },
// {
// code: "us",
// name: "United States",
// fields: us
// },
{
code: "it",
name: "italia",
Expand All @@ -50,30 +38,3 @@ export default {
export const fieldsAsync = () => {
return getFields();
};

/*
Name
name, applicationSuite, genericName, localizedName
Repository & Documentation
URL, landingURL, roadmap, documentation, apiDocumentation
Software Details
version, developmentStatus, releaseDate, softwareType, inputTypes, outputTypes, isBasedOn, dependsOn
Legal & Reuse
license, authors, repoOwner, mainCopyrightOwner, codiceIPA, usedBy, awards
Description & Features
description, shortDescription, features, localizationReady, availableLanguages, it/piattaforme, it/conforme
Logo & Screenshots
logo, monochromeLogo, screenshots, videos
Purpose & Audience
scope, category, countries, unsupportedCountries
Maintainance
...
*/
28 changes: 0 additions & 28 deletions src/app/contents/fields/uk.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/app/contents/fields/us.ts

This file was deleted.

Loading

0 comments on commit 1a1d162

Please sign in to comment.