Skip to content

Commit

Permalink
Merge pull request #15 from kudos-ink/update-kudos
Browse files Browse the repository at this point in the history
update kudos project json
  • Loading branch information
CJ13th authored Sep 25, 2024
2 parents 0cb7fba + 6052674 commit 2f77a80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/projects/kudos.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"networks": [],
"purposes": ["data"],
"stackLevels": ["offchain", "messaging"],
"technologies": ["typescript", "rust"],
"technologies": [],
"types": ["dApp"]
}
}
2 changes: 1 addition & 1 deletion src/import/payloads/kudos.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
"requestTimeEpoch": 1589522469693,
"apiId": "gy415nuibc"
},
"body": "{\n \"name\": \"Kudos Portal\",\n \"slug\": \"kudos\",\n \"description\": \"A Portal for Agile Devtime - The Platform to Connect Teams and Skilled Contributors in the Polkadot Ecosystem.\",\n \"links\": {\n \"website\": [{ \"label\": \"morekudos.com\", \"url\": \"https://morekudos.com\" }],\n \"docs\": [\n { \"label\": \"github.com/kudos-ink\", \"url\": \"https://github.com/kudos-ink\" }\n ],\n \"explorer\": [],\n \"repository\": [\n { \"label\": \"portal\", \"url\": \"https://github.com/kudos-ink/portal\" },\n {\n \"label\": \"issues-api\",\n \"url\": \"https://github.com/kudos-ink/issues-api\"\n }\n ],\n \"social\": [{ \"label\": \"X/Twitter\", \"url\": \"https://x.com/KudosPortal\" }]\n },\n \"attributes\": {\n \"networks\": [],\n \"purposes\": [\"data\"],\n \"stackLevels\": [\"offchain\", \"messaging\"],\n \"technologies\": [\"typescript\", \"rust\"],\n \"types\": [\"dApp\"]\n }\n}\n"
"body": "{\n \"name\": \"Kudos Portal\",\n \"slug\": \"kudos\",\n \"description\": \"A Portal for Agile Devtime - The Platform to Connect Teams and Skilled Contributors in the Polkadot Ecosystem.\",\n \"links\": {\n \"website\": [{ \"label\": \"morekudos.com\", \"url\": \"https://morekudos.com\" }],\n \"docs\": [\n { \"label\": \"github.com/kudos-ink\", \"url\": \"https://github.com/kudos-ink\" }\n ],\n \"explorer\": [],\n \"repository\": [\n { \"label\": \"portal\", \"url\": \"https://github.com/kudos-ink/portal\" },\n {\n \"label\": \"issues-api\",\n \"url\": \"https://github.com/kudos-ink/issues-api\"\n }\n ],\n \"social\": [{ \"label\": \"X/Twitter\", \"url\": \"https://x.com/KudosPortal\" }]\n },\n \"attributes\": {\n \"networks\": [],\n \"purposes\": [\"data\"],\n \"stackLevels\": [\"offchain\", \"messaging\"],\n \"technologies\": [],\n \"types\": [\"dApp\"]\n }\n}\n"
}
2 changes: 1 addition & 1 deletion src/scripts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::process;
fn main() {
let args: Vec<String> = env::args().collect();
if args.len() != 2 {
eprintln!("Usage: generate_payload <path_to_project_json>");
eprintln!("cargo run -p generate_import_payload -- data/projects/kudos.json");
process::exit(1);
}

Expand Down

0 comments on commit 2f77a80

Please sign in to comment.