<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/274992#M2213</link>
    <description>&lt;P&gt;Very late...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1690382636942.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/40832i935BF411892996A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1690382636942.png" alt="geek_0-1690382636942.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The bottom is the AnalyticalTable.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 14:46:38 GMT</pubDate>
    <dc:creator>geek61</dc:creator>
    <dc:date>2023-07-26T14:46:38Z</dc:date>
    <item>
      <title>SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266258#M1721</link>
      <description>&lt;P class="lia-align-center"&gt;&lt;A href="https://blogs.sap.com/2023/06/07/sap-ui5-web-components-for-react-challenge-table-mastery-and-custom-components/" target="_blank" rel="noopener"&gt;This post is part of the UI5 Web Components for React Challenge (June 2023)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Welcome to the second week of our developer challenge! This week, your task is to create a custom status component that will conditionally render based on the incoming text.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichelleMoudy_0-1686728637961.png" style="width: 867px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37964i6AC606FDB14ED53B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MichelleMoudy_0-1686728637961.png" alt="MichelleMoudy_0-1686728637961.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you haven't completed the first week yet, it's recommended to do so before starting this week's challenge. You will build upon the code you wrote last week.&lt;/P&gt;&lt;P&gt;Unlike last week, where you were required to use the Table component, this week you have more freedom in how you can build the custom component. For the custom status, I used the &lt;A href="https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-badge--docs" target="_blank" rel="noopener"&gt;Badge component&lt;/A&gt; and mapped the color scheme to numbers in an object acting as an enum, but you can take whatever path you want to achieve a similar functionality.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Bonus Challenge (Optional)&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;We also have an exciting bonus challenge for you! You have the option to replace the Table component you implemented in Week 1 with &lt;A href="https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--docs" target="_blank" rel="noopener"&gt;the more advanced and powerful AnalyticalTable component&lt;/A&gt;. While it may be more complex, it offers enhanced functionality.&lt;/P&gt;&lt;P&gt;If you're up for the challenge and want to level up your skills, feel free to switch your table component to AnalyticalTable. &lt;STRONG&gt;You will still need to complete the custom status component to earn credit for this week.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Resources&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;To help you achieve the goals for this week, the following resources (as well as those from last week) could be useful. You don't need to use all of them to complete the challenge, but they will assist you in whichever direction you choose.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sohamkamani.com/javascript/enums/#defining-enums-as-object-keys" target="_blank" rel="noopener"&gt;Enums in JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" target="_blank" rel="noopener"&gt;Objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_objects" target="_blank" rel="noopener"&gt;Working with Objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dmitripavlutin.com/access-object-properties-javascript/" target="_blank" rel="noopener"&gt;3 Ways to Access Object Properties in JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://react.dev/learn/passing-props-to-a-component" target="_blank" rel="noopener"&gt;Passing Props to a Component&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.logrocket.com/styling-react-5-ways-style-react-apps/" target="_blank" rel="noopener"&gt;Custom Component Styling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-badge--docs" target="_blank" rel="noopener"&gt;Badge Component&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--docs" target="_blank" rel="noopener"&gt;AnalyticalTable Component&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://groups.community.sap.com/t5/application-development/sap-developer-challenge-sap-ui5-web-components-for-react/td-p/264898" target="_blank" rel="noopener"&gt;For guidance on getting started, please refer to week 1.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;The Challenge&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;&lt;STRONG&gt;Goal&lt;/STRONG&gt;: Create a custom component in a separate file that uniquely displays the four statuses below and use in the table component created in last week’s challenge.&lt;/P&gt;&lt;P&gt;The four different statuses are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;“Not Started”&lt;/LI&gt;&lt;LI&gt;“In Progress”&lt;/LI&gt;&lt;LI&gt;“Completed”&lt;/LI&gt;&lt;LI&gt;“Blocked”&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;To receive credit for completion, you need to accomplish three tasks:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; Change the name of the title in App.tsx to &lt;STRONG&gt;include your name and “Week 2 – Custom Status Component”. &lt;/STRONG&gt;It should resemble the title shown in the screenshot at the top of this post.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; Create a custom status component in a new file to use in Solution.jsx. This component should &lt;STRONG&gt;dynamically render based on the status text&lt;/STRONG&gt;. It should &lt;STRONG&gt;accept the status&lt;/STRONG&gt; &lt;STRONG&gt;text as a prop&lt;/STRONG&gt; and &lt;STRONG&gt;return a styled component.&lt;/STRONG&gt; &lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;&lt;EM&gt;Each status should be a distinct color.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt; If you forgot to add custom titles to the tasks from last week, &lt;STRONG&gt;make sure to do so now.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.5) &lt;/STRONG&gt;Switch your table component used in Week 1 to &lt;A href="https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-analyticaltable--docs" target="_blank" rel="noopener"&gt;the AnalyticalTable component.&lt;/A&gt; &lt;STRONG&gt;This is fully optional&lt;/STRONG&gt;. Let me know in the post with your screenshot if you implemented the AnalyticalTable and what your experience was.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt; Take a screenshot of your full table and header, similar to the screenshot at the top of this post, and&amp;nbsp;&lt;STRONG&gt;post it in THIS discussion.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: If you encounter issues with your frontend not loading, ensure that you have imported all the necessary dependencies. Unfortunately, the debugging experience may not provide clear error messages. One useful approach is to comment out sections of code until the UI loads, then gradually uncomment to isolate the problematic line.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Get ready to enhance your React skills by incorporating the power of UI5 Web Components into a custom component! Good luck and happy coding!&lt;/STRONG&gt;&lt;/H4&gt;</description>
      <pubDate>Wed, 14 Jun 2023 14:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266258#M1721</guid>
      <dc:creator>MichelleMoudy6</dc:creator>
      <dc:date>2023-06-14T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266300#M1724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my screenshot for week-2 challenge&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1686746891473.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37981iA01BAE9976DF7E5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1686746891473.png" alt="SingireddySunil_0-1686746891473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Analytical Table for bonus challenge&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SingireddySunil_0-1686829600607.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38064iDBA66933D5E6E17C/image-size/large?v=v2&amp;amp;px=999" role="button" title="SingireddySunil_0-1686829600607.png" alt="SingireddySunil_0-1686829600607.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 11:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266300#M1724</guid>
      <dc:creator>SingireddySunil</dc:creator>
      <dc:date>2023-06-15T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266302#M1725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my week 2 Custom Status Component challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_0-1686747002252.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37982i2C9A4E929D154AE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_0-1686747002252.png" alt="ManojKumarVarma_0-1686747002252.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For Bonus Challenge Analytical Table is here,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManojKumarVarma_0-1686830334653.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38070i7C51A72DE2B59471/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManojKumarVarma_0-1686830334653.png" alt="ManojKumarVarma_0-1686830334653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 11:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266302#M1725</guid>
      <dc:creator>ManojKumarVarma</dc:creator>
      <dc:date>2023-06-15T11:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266325#M1726</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Below is my solution for the week 2 challenge:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-14 at 4.09.46 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37987i7AC929241EA93CEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-06-14 at 4.09.46 PM.png" alt="Screenshot 2023-06-14 at 4.09.46 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The first table is the solution to &lt;STRONG&gt;2)&lt;/STRONG&gt;, and the second is the solution to &lt;STRONG&gt;2.5)&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Looking forward to Week 3!&lt;BR /&gt;&lt;BR /&gt;Have a great week.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Gautham&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 14:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266325#M1726</guid>
      <dc:creator>gauthamkamathk</dc:creator>
      <dc:date>2023-06-14T14:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266345#M1728</link>
      <description>&lt;P&gt;Here is my submission for Week 2&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-06-14 at 10.04.53 PM.png" style="width: 200px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/37996iE3C768D8B433D763/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2023-06-14 at 10.04.53 PM.png" alt="Screenshot 2023-06-14 at 10.04.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266345#M1728</guid>
      <dc:creator>SushmitaG98</dc:creator>
      <dc:date>2023-06-14T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266375#M1729</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Here's my entry as a part of the Week 2 Challenge!&lt;/P&gt;&lt;P&gt;Using the Analytical Table was nice &amp;amp; fun! This reminded me of my SAP days!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SamyukthaPrabhu_0-1686780321177.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38006i42210C6C61DD470F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamyukthaPrabhu_0-1686780321177.png" alt="SamyukthaPrabhu_0-1686780321177.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Samyuktha&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 22:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266375#M1729</guid>
      <dc:creator>SamyukthaPrabhu</dc:creator>
      <dc:date>2023-06-14T22:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266457#M1730</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;Any idea how to get rid of the extra line in analyticaltable?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcelloUrbani_0-1686818336459.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38034iA669CCB99957C951/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcelloUrbani_0-1686818336459.png" alt="MarcelloUrbani_0-1686818336459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266457#M1730</guid>
      <dc:creator>MarcelloUrbani</dc:creator>
      <dc:date>2023-06-15T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266494#M1736</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my week 2 challenge screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_1-1686821034753.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38052iE3F7F1B53A8E6538/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_1-1686821034753.png" alt="ojeswinisanaka_1-1686821034753.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For Bonus challenge Analytical Table is here&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ojeswinisanaka_0-1686831561702.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38075iD993AA6BF509FC00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ojeswinisanaka_0-1686831561702.png" alt="ojeswinisanaka_0-1686831561702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 12:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266494#M1736</guid>
      <dc:creator>Ojeswini_Sanaka</dc:creator>
      <dc:date>2023-06-15T12:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266496#M1737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://groups.community.sap.com/t5/user/viewprofilepage/user-id/7488" target="_blank" rel="noopener"&gt;@MichelleMoudy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my screenshot for week 2 challenge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (8).png" style="width: 551px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38053i9D68096E46DD4EEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="MicrosoftTeams-image (8).png" alt="MicrosoftTeams-image (8).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prathyusha_0-1686831598040.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38076iD9B8251EE50E4EF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prathyusha_0-1686831598040.png" alt="Prathyusha_0-1686831598040.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 12:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266496#M1737</guid>
      <dc:creator>former_member145047</dc:creator>
      <dc:date>2023-06-15T12:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266510#M1739</link>
      <description>&lt;P&gt;Here is my screenshot for week2 challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arunmbarec_0-1686822751258.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38059iE09D775FD860C201/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arunmbarec_0-1686822751258.png" alt="arunmbarec_0-1686822751258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266510#M1739</guid>
      <dc:creator>arunkrishnamoorthy1988</dc:creator>
      <dc:date>2023-06-15T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266628#M1743</link>
      <description>&lt;P&gt;More than likely what is happening is the default number of lines in the table is set to 5. You can use that prop to change it to 4 to get rid of your extra line.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 21:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266628#M1743</guid>
      <dc:creator>MichelleMoudy6</dc:creator>
      <dc:date>2023-06-15T21:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266637#M1744</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7488"&gt;@MichelleMoudy6&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I really enjoyed this challenge!&lt;BR /&gt;&lt;BR /&gt;The AnalyticalTable component is powerful.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1686870347991.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38087iA6FDED76926B9387/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruthiel_0-1686870347991.png" alt="Ruthiel_0-1686870347991.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 23:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266637#M1744</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2023-06-15T23:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266668#M1746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://groups.community.sap.com/t5/user/viewprofilepage/user-id/7488" target="_blank" rel="noopener"&gt;@MichelleMoudy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my screenshot for week 2 challenge.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (6).png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38095iD0664FD284ED17AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image (6).png" alt="MicrosoftTeams-image (6).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN&gt;For Bonus challenge Analytical Table is here&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MicrosoftTeams-image (8).png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38097i943DD6B3FEA613A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MicrosoftTeams-image (8).png" alt="MicrosoftTeams-image (8).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 06:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266668#M1746</guid>
      <dc:creator>former_member142680</dc:creator>
      <dc:date>2023-06-16T06:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266713#M1748</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de pantalla 2023-06-16 a las 12.54.20.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38112i787CE36B8038F012/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de pantalla 2023-06-16 a las 12.54.20.png" alt="Captura de pantalla 2023-06-16 a las 12.54.20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 10:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266713#M1748</guid>
      <dc:creator>orozco_albert</dc:creator>
      <dc:date>2023-06-16T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266856#M1752</link>
      <description>&lt;P&gt;Hi Michelle,&lt;/P&gt;&lt;P&gt;Here is my week 2 submission&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gphadnis2000_0-1686997714491.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38158i6D1511F1040B8E94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gphadnis2000_0-1686997714491.png" alt="gphadnis2000_0-1686997714491.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Gaurav Phadnis&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 10:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266856#M1752</guid>
      <dc:creator>gphadnis2000</dc:creator>
      <dc:date>2023-06-17T10:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266865#M1753</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;Here is my week two submission (Bonus included):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnPaulLiberal_0-1687034168089.png" style="width: 771px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38162iA0810A7B6512222E/image-dimensions/771x261?v=v2" width="771" height="261" role="button" title="JohnPaulLiberal_0-1687034168089.png" alt="JohnPaulLiberal_0-1687034168089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 20:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/266865#M1753</guid>
      <dc:creator>JohnPaulLiberal</dc:creator>
      <dc:date>2023-06-17T20:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/267002#M1754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is my Week2 submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="week2-custom-status.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38200i5933DD29EE58430C/image-size/large?v=v2&amp;amp;px=999" role="button" title="week2-custom-status.png" alt="week2-custom-status.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I haven't done the analytical table yet because of my daily work but will try it later.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 11:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/267002#M1754</guid>
      <dc:creator>bztoy</dc:creator>
      <dc:date>2023-06-19T11:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/267342#M1756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here is my proposal for week 2 challenge:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="table.jpg" style="width: 699px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38328i759D6055192C284E/image-size/large?v=v2&amp;amp;px=999" role="button" title="table.jpg" alt="table.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And bonus (AnalyticalTable):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="analytical.jpg" style="width: 695px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38329i269FFF8F4F3D8D9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="analytical.jpg" alt="analytical.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 13:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/267342#M1756</guid>
      <dc:creator>manuelbordallo</dc:creator>
      <dc:date>2023-06-20T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/268087#M1768</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stickman_0x00_0-1687514968035.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38577i3BD6C5EA3A7F318F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stickman_0x00_0-1687514968035.png" alt="stickman_0x00_0-1687514968035.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 10:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/268087#M1768</guid>
      <dc:creator>stickman_0x00</dc:creator>
      <dc:date>2023-06-23T10:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Developer Challenge - UI5 Web Components for React Challenge (Week 2)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/268636#M1774</link>
      <description>&lt;P&gt;this is mine&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vrum_0-1687852689557.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/38774i587CC09BDA821CC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vrum_0-1687852689557.png" alt="Vrum_0-1687852689557.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 07:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-developer-challenge-ui5-web-components-for-react-challenge-week-2/m-p/268636#M1774</guid>
      <dc:creator>Fianni</dc:creator>
      <dc:date>2023-06-27T07:58:58Z</dc:date>
    </item>
  </channel>
</rss>

