From b96e92a5e1621a9054db9cad7f55e72a604db6aa Mon Sep 17 00:00:00 2001 From: MohanrajRK <159987765+MohanrajRK@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:09:10 +0530 Subject: [PATCH 1/3] 946147: Update Stock Market Use Case Sample Based on UX Review. --- Stock-Market-Application/src/components/KnowMore.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Stock-Market-Application/src/components/KnowMore.tsx b/Stock-Market-Application/src/components/KnowMore.tsx index aa7b7be..29c09d1 100644 --- a/Stock-Market-Application/src/components/KnowMore.tsx +++ b/Stock-Market-Application/src/components/KnowMore.tsx @@ -9,28 +9,32 @@ export default function KnowMore() { const productDetails = [ { ID: 1, - Content: 'The Syncfusion DataGrid component enables the real-time display of data updates, highlighting changes in values—whether they have increased, decreased, or remained stable compared to previous data. This allows you to easily compare live data changes without any performance impact. The Syncfusion DataGrid is a robust tool for managing data display and processing from your data source. It comes with numerous built-in features and offers extensive customization options to suit your needs.', + ContentTitle: 'Understanding the Stock Market', + Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions.', DocLink: 'https://ej2.syncfusion.com/react/documentation/grid/getting-started', DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/grid/overview', ImgPath: img1, }, { ID: 2, - Content: 'The Syncfusion DataGrid component efficiently displays real-time data updates and processes data without any performance loss. Additionally, the Syncfusion Chart component is perfect for applying technical analysis using trading formulas such as RSI, EMA, ATR, SMA, TMA, MACD, Bollinger Bands, Stochastic, Accumulation Distribution, and more. The Syncfusion Chart component offers a wide range of features that allow you to visually compare your data, helping you identify both growth opportunities and challenges in your business.', + ContentTitle: 'The Mechanics of Buying and Selling Stocks', + Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns.', DocLink: 'https://ej2.syncfusion.com/react/documentation/chart/getting-started', DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/chart/overview', ImgPath: img2, }, { ID: 3, - Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.', + ContentTitle: 'What Influences Stock Prices?', + Content: ' Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices.', DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction', DemoLink: 'https://ej2.syncfusion.com/', ImgPath: img3, }, { ID: 4, - Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.', + ContentTitle: 'Smart Strategies for Stock Market Success', + Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively.', DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction', DemoLink: 'https://ej2.syncfusion.com/', ImgPath: img4, From d268980ee2de8a8714fc917074566fe9e6f3f735 Mon Sep 17 00:00:00 2001 From: MohanrajRK <159987765+MohanrajRK@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:44:42 +0530 Subject: [PATCH 2/3] 946147: Update Stock Market Use Case Sample Based on UX Review. --- .../src/components/KnowMore.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Stock-Market-Application/src/components/KnowMore.tsx b/Stock-Market-Application/src/components/KnowMore.tsx index 29c09d1..08fae62 100644 --- a/Stock-Market-Application/src/components/KnowMore.tsx +++ b/Stock-Market-Application/src/components/KnowMore.tsx @@ -11,32 +11,24 @@ export default function KnowMore() { ID: 1, ContentTitle: 'Understanding the Stock Market', Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions.', - DocLink: 'https://ej2.syncfusion.com/react/documentation/grid/getting-started', - DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/grid/overview', ImgPath: img1, }, { ID: 2, ContentTitle: 'The Mechanics of Buying and Selling Stocks', Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns.', - DocLink: 'https://ej2.syncfusion.com/react/documentation/chart/getting-started', - DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/chart/overview', ImgPath: img2, }, { ID: 3, ContentTitle: 'What Influences Stock Prices?', Content: ' Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices.', - DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction', - DemoLink: 'https://ej2.syncfusion.com/', ImgPath: img3, }, { ID: 4, ContentTitle: 'Smart Strategies for Stock Market Success', Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively.', - DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction', - DemoLink: 'https://ej2.syncfusion.com/', ImgPath: img4, } ]; @@ -46,14 +38,6 @@ export default function KnowMore() {
{props.ContentTitle || 'Product Information'}
{props.Content}
-

For more information, please refer to the {' '} - - documentation - and {' '} - - demo - . -

From b028e75021fa553843314b7e7a28a671f90cb78f Mon Sep 17 00:00:00 2001 From: MohanrajRK <159987765+MohanrajRK@users.noreply.github.com> Date: Wed, 12 Mar 2025 12:13:23 +0530 Subject: [PATCH 3/3] 946147: Update Stock Market Use Case Sample Based on UX Review. --- Stock-Market-Application/src/components/KnowMore.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Stock-Market-Application/src/components/KnowMore.tsx b/Stock-Market-Application/src/components/KnowMore.tsx index 08fae62..847bf09 100644 --- a/Stock-Market-Application/src/components/KnowMore.tsx +++ b/Stock-Market-Application/src/components/KnowMore.tsx @@ -10,25 +10,25 @@ export default function KnowMore() { { ID: 1, ContentTitle: 'Understanding the Stock Market', - Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions.', + Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions. Market movements are influenced by various factors, making it essential to stay updated. A strong foundation in market principles helps in minimizing risks and maximizing returns.', ImgPath: img1, }, { ID: 2, ContentTitle: 'The Mechanics of Buying and Selling Stocks', - Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns.', + Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns. Understanding technical analysis and market trends can improve decision-making. Proper risk management is crucial to avoid significant losses.', ImgPath: img2, }, { ID: 3, ContentTitle: 'What Influences Stock Prices?', - Content: ' Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices.', + Content: 'Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices. Unexpected news events or geopolitical tensions can cause sudden market shifts. Being adaptable and informed helps investors respond effectively to changes.', ImgPath: img3, }, { ID: 4, ContentTitle: 'Smart Strategies for Stock Market Success', - Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively.', + Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively. Setting realistic financial goals and maintaining discipline are key to long-term success. Investing with patience and consistency often leads to better results over time.', ImgPath: img4, } ];