We had some great entries for the SAP Community Code Challenge, here's a quick overview and details on what's next.
We
launched the SAP Community Code Challenge a month ago, and we've had some great entries and conversations between then and now, in the
Community Groups discussion thread.
As the
launch blog post explained, this challenge was intended to be loose, friendly and fun, and really it's a bit of a learning opportunity "in disguise". Anyone who has coded solutions to exercises on platforms like
Project Euler or
Exercism (to name just a couple) will know what we mean here!
A new badge!
We decided to create a new SAP Community badge to award to the participants of this challenge. Fittingly, it reflects the "Pixel Person" theme that ran through the
discussion thread. Everyone who participated will receive this badge. In fact, if you've not yet had the chance to participate, read on to the end for a special offer.
Challenge aspects
The starter project, created for the challenge by
thomas.jung, contained many technical components that came together to become a great little image editing app. It's still available of course, as a reference in the
SAP Samples organisation on GitHub, in the
sap-community-code-challenge repository. In it, you'll find nuggets of information across these different technical areas:
- Web app architecture: the project is a web app consisting of a frontend and a backend
- Node.js: the backend is a Node.js based mechanism, using Express to respond to incoming HTTP requests from the frontend, and serving those requests with JavaScript based responders
- Fiori: the frontend part of the app embraces the Fiori design language, and also shows you how to create and use a local Fiori launchpad with a tile to launch the app itself
- UI5: while Fiori is the UX, the UI is provided by UI5, and in particular, the app showcases the UI5 image editor component
- The project also contains definitions for a container based runtime that can be used with Docker, and specifically within a VS Code devcontainer scenario (for more information on dev containers, you may like the three-part blog post series Boosting tutorial UX with dev containers)
Contributions
There were some great contributions; here is a quick overview:
nicolai.geburek added another image with which to enhance your profile picture, and also added a randomise feature.
btc.nils.lutz contributed a whole load of feature and enhancements, not only bringing
TypeScript to the table (this is JavaScript with syntax for types) but also switching the package manager, bringing in a mechanism for code formatting, and much more.
vinay.s6 implemented the app using
AppGyver which was a fascinating angle, especially to see the function flow that he shared.
daniel.wroblewski looked at translations and internationalisation (also known as i18n), and it was great to see Daniel use his native knowledge to add support for Hebrew, which is a right-to-left (RTL) language which of course is
supported out of the box with UI5. He also added a chatbot feature!
alexfrank added a feature to automatically import the existing profile picture based on the input of one's SAP Community name.
huseyin.dereli added a feature which facilitates the import of one's GitHub profile picture, which nicely balances Alex's contribution.
gabortoth05 did some fascinating work to build his own control, inheriting from the UI5 image editor control, and added a new control to handle image layers. Not only that, he also added extra filters.
Moreover, lots of folks, including
craig.cmehil,
jerry.janda and
l_stodal got the project up and running and used it to enhance their profile picture. Just getting the project up and running is a great step forward, and all part of the learning experience.
Everyone listed here will receive the badge, congratulations to everyone who took part!
What's next
As a quick summary, here are the things to look out for next:
- We'll be running more Code Challenges throughout this year, keep an eye out for announcements on SAP Community via the Event Information category or the coding challenge tag
- Each contributor will have the badge assigned to their SAP Community profile
And if you didn't get round to participating in this challenge yet, but would like to earn the badge, there's still a chance. All you have to do is:
- Get the project up and running
- Use it to make a nice enhanced profile image
- Upload that image to be your SAP Community profile picture
- Let us know you've done it in the Community Groups discussion thread (and don't forget to include your SAP Community profile URL when you do)
This chance will remain open until the end of May this year.
Have fun, and until next time!
laura.schmitz and DJ.