This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit e24fc527 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Add more mock results

parent 3dc9881d
Branches
Tags
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -19,4 +19,17 @@ export const MOCK_RESULTS: SearchResult[] = [
imageURL: 'https://sharing-codeability.uibk.ac.at/static/CodeAbility%20Austria-Dateien/Partner_TU_Wien.png',
rating: 5,
},
{
title: 'This title is quite long, but it should still be displayed properly. Have another sentence with some words.',
description:
"The author of this result's metadata likes to use a lot of words. Therefore, the description contains some sentences. This course is about demonstrating that some input might be really long. How should we handle this? Limit the number of characters displayed? Make the description expandable in the detail view?",
imageURL: 'https://sharing-codeability.uibk.ac.at/static/CodeAbility%20Austria-Dateien/Partner_TU_Graz2.png',
rating: 4,
},
{
title: 'Mock result',
description: 'This result is concerned with mocking the style of search results',
imageURL: 'https://sharing-codeability.uibk.ac.at/static/CodeAbility%20Austria-Dateien/Partner_JKU2.png',
rating: 2,
},
];
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment