Skip to content

Commit d727b97

Browse files
refactor: update all projects and upcoming projects data.
1 parent 9abf1c1 commit d727b97

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

src/app/projects/assets/projects.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,20 @@
1212
"documentationUrl": "https://mindfiredigital.github.io/canvas-editor"
1313
},
1414
{
15-
"title": "nft marketplace",
15+
"title": "NFT marketplace",
1616
"shortDescription": "A multi-chain platform for fans to connect with their favorite celebrities.",
1717
"githubUrl": "https://github.com/mindfiredigital/nft-marketplace",
1818
"documentationUrl": "https://github.com/mindfiredigital/nft-marketplace"
1919
},
2020
{
21-
"title": "filemaker data API bundler",
21+
"title": "MDAPI Node Weaver",
2222
"shortDescription": "Seamless frontend integration with Filemaker Database.",
2323
"githubUrl": "https://github.com/mindfiredigital/fmdapi-node-weaver",
2424
"documentationUrl": "https://github.com/mindfiredigital/fmdapi-node-weaver"
2525
},
2626
{
27-
"title": "Extension Methods",
28-
"shortDescription": "C# utility library with 300+ NuGet extension methods.",
29-
"githubUrl": "https://github.com/mindfiredigital/extension-methods",
30-
"documentationUrl": "https://github.com/mindfiredigital/extension-methods"
27+
"title": " Extension Methods",
28+
"shortDescription": "C# Utility Library with 300+ NuGet extension methods",
29+
"githubUrl": "https://github.com/ssswagatss/extension-methods"
3130
}
3231
]

src/app/projects/assets/upcomingProjects.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
{
33
"id": 1,
44
"title": "FireKubeX",
5-
"shortDescription": "Simplifies Kubernetes, easing app deployment for developers."
5+
"shortDescription": "Simplifies Kubernetes, easing app deployment for developers.",
6+
"Summary": "This script simplifies the deployment process for developers by abstracting the complexities of Kubernetes. By providing the necessary configuration in the config.yaml file, developers can quickly deploy their applications to a Kubernetes cluster with ease without the need for in-depth Kubernetes knowledge. It also supports starting and stopping services, along with options for development (dev) and production (prod) modes. The config.yaml is intended for individual microservices. It aims to enhance the efficiency of deploying and scaling microservices by providing a flexible and customizable solution.",
7+
"project_type": "Developer Tools and Utilities",
8+
"contributors": ["jagannathmfs", "amitshr6779"],
9+
"project_goal": "The script is designed to handle multiple services, making it scalable for diverse microservices architectures. Additionally, it can be extended easily to incorporate additional features or adapt to evolving Kubernetes best practices.",
10+
"target_users": "Targeted users will be the developers who needs to deploy their applications in a kubernetes cluster on their own local system or in any cloud kubernetes like (EKS,AKS,GKE).",
11+
"risk": "Potential risks related to conflicting with proprietary IP or current customer work if any: None"
612
},
713
{
814
"id": 2,
@@ -28,5 +34,21 @@
2834
"id": 6,
2935
"title": "EHRConnect",
3036
"shortDescription": "Seamlessly connect with any EHR"
37+
},
38+
{
39+
"id": 7,
40+
"title": "FileMaker PHP ORM",
41+
"shortDescription": "Accelerate php development with ORM for seamless integration with FileMaker",
42+
"description": "FileMaker Data API ORM on Core PHP will bridge the gap between FileMaker database with PHP to develop applications using various framework to create modern solutions. It resolves common issues associated with the default FileMaker Data API, making it easier and more efficient to work with FileMaker data for developers with FileMaker knowledge as well as developers with limited or no FileMaker knowledge. The library can be used with any PHP frameworks",
43+
"project_goal": "FileMaker Data API ORM on Core PHP will bridge the gap between FileMaker database with PHP to develop applications using various framework to create modern solutions.",
44+
"repo_name": "filemaker-php-orm",
45+
"project_type": "library",
46+
"contributors": ["Mukesh Gupta", "Pooja Patle"],
47+
"contributors_git_profile": [
48+
"https://github.com/mukeshg1",
49+
"https://github.com/Pkp-tech"
50+
],
51+
"target_users": "It resolves common issues associated with the default FileMaker Data API, making it easier and more efficient to work with FileMaker data for developers with FileMaker knowledge as well as developers with limited or no FileMaker knowledge.",
52+
"risk": "Potential risks related to conflicting with proprietary IP or current customer work If any: None "
3153
}
3254
]

0 commit comments

Comments
 (0)