2023 May 24 11:50 AM - edited 2023 Jun 07 2:13 PM
This discussion thread is to submit your solution for Week 3 of the May 2023 Developer Challenge - Open-Source ABAP .
Week 3 – ABAP Mustache https://github.com/sbcgua/abap_mustache
Mustache is a big deal in the web development world. It's a template syntax that doesn't use logic, letting you whip up a text template, stick some tags in there, and then swap those tags with dynamic content straight from your program – anything from individual values to full lists of values. Mustache is a real champ when it comes to generating bits of HTML (or entire pages), or pretty much any other text you want to template. Plus, the Mustache syntax is used in a huge number of languages.
Community member @atsy has put together an implementation of the mustache processor in ABAP, and named it - you guessed it - ABAP Mustache. So, for your third-week challenge, we're putting the spotlight on the ABAP Mustache project. Your challenge is to simply create an ABAP application which leverages this framework and outputs some data to the console. How you use ABAP Mustache is totally up to you - it's your chance to get creative and show us what you've got. Whether you want to keep it simple or go all out is completely your call. Once you're done, all you need to do is share your working ABAP code and give us a screenshot of the output in the console to prove you've nailed the challenge.
Resources
❗You will get credit for this weeks’ challenge by posting in this discussion thread the working ABAP code (a screen shot of your code, or via a link to your GitHub repo), and showing a screen shot of the output in the console. To give you an idea, here's an example screenshot below.
Have Fun 🤩
2023 Jun 02 11:50 AM
2023 Jun 02 12:02 PM
2023 Jun 02 12:33 PM
2023 Jun 02 12:46 PM
2023 Jun 02 1:03 PM
2023 Jun 02 2:14 PM
2023 Jun 02 5:01 PM
2023 Jun 03 10:10 AM
2023 Jun 04 9:05 PM
2023 Jun 05 1:35 PM - edited 2023 Jun 05 1:38 PM
2023 Jun 05 4:46 PM - edited 2023 Jun 05 4:53 PM
2023 Jun 05 8:34 PM
Hi everyone!
This is my repository for the week 3 challenge: https://github.com/BrunoVelascoBerenger/Abap-Challenge-Week-3
2023 Jun 05 10:10 PM
Hello!
Here the screenshot of my solution:
My github repo: https://github.com/alessandraarm/abapgit_challenge_w1
2023 Jun 06 12:46 PM
a little bit late but i was offline for two weeks.
I will resume with week 4 asap - it makes fun 🙂
My class commited to my repo: https://github.com/jasshaue/SAPDevCodeChallengeOS/tree/main/src
2023 Jun 07 3:48 PM - edited 2023 Jun 07 3:54 PM
2023 Jun 15 10:37 AM