Added logging to module framework
Implemented logging to Adafruit and changed database loading behavior.
This commit is contained in:
34
Props/textual/Index.json
Normal file
34
Props/textual/Index.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"description": "Props is a community driven website meant to help with organizing your online component shopping experience. Create project component lists, search across multiple commonly used online retail stores and share your projects with rest of the community!",
|
||||
"help": {
|
||||
"title": "Getting Started",
|
||||
"searchIntroduction": "Props is a site designed to help with the online project component shopping experience. Create project component lists and search across multiple commonly used online retail stores to find the ideal purchase.",
|
||||
"additionalInfo": "Take advantage of our project component manager, where you can add detailed descriptions of what things are for, as well as overall project summaries."
|
||||
},
|
||||
"mission": "Our mission is to bring become digital project workshop for anyone who likes Do It Yourself (DIY), Internet Of Things (IOT), or really any project that needs a home for all the materials, ideas, and thoughts. We also strive to build a community of builders, crafters and creators in hopes that we can all learn from each other's projects.",
|
||||
"features": {
|
||||
"description": "Props strives to be a platform where people can find and organize the material they need to complete their projects. Our features are therefore tailored to the community helping each other, as well as smart tools to quickly compare different products from different stores.",
|
||||
"list": [
|
||||
{
|
||||
"title": "Shopping List",
|
||||
"subtitle": "We'll do it so you don't need to.",
|
||||
"text": "We'll help you track the components you need. You can add descriptions, and mark things as purchased, or shipped at your convenience. You can even add components from stores that Props doesn't know about yet!"
|
||||
},
|
||||
{
|
||||
"title": "Product Comparison",
|
||||
"subtitle": "So many shops to look through...",
|
||||
"text": "There's so many online retailers nowadays that it's becoming more and more work to check all of them for what you need. With us, we'll do the searching for you. All you need to do is decide if the shipping time, cost, ratings and reviews are suitable!"
|
||||
},
|
||||
{
|
||||
"title": "Auto Listing Search",
|
||||
"subtitle": "Need a starting point?",
|
||||
"text": "Some project parts commonly used. We'll try and find these parts for you automatically. This means you can create a shopping list, and we'll try and the best fitting products for you based on your shopping list entries."
|
||||
},
|
||||
{
|
||||
"title": "Share It!",
|
||||
"subtitle": "Show off your work!",
|
||||
"text": "Have a project that you're excited about? Want to tell all your friends? We'll help. Each of your projects has a privacy setting. You can have it publically listed, unlisted, or completely private. Short link included."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
16
Props/textual/search.json
Normal file
16
Props/textual/search.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"instructions": [
|
||||
"Type in the electronic component your looking for in the search bar above.",
|
||||
"Optionally, hit the configure button to modify your search criteria. With an account, you can even create and save multiple search profiles known as \"search outlines\".",
|
||||
"That's it! Hit search and we'll look far and wide for what you need!"
|
||||
],
|
||||
"quickPicks": {
|
||||
"searched": "To save you some time, these are some of the better options we found!",
|
||||
"prompt": "This is where we'll show you top listings so you can get back to working on your project!"
|
||||
},
|
||||
"results": {
|
||||
"searched": "We searched far and wide. Here's what we found!",
|
||||
"prompt": "This is were we'll display all the results we went through to show you the top. This is a good place to check if none of our quick picks cater to your needs."
|
||||
},
|
||||
"notSearched": "Nothing to show yet!"
|
||||
}
|
Reference in New Issue
Block a user