demos-for-functions icon indicating copy to clipboard operation
demos-for-functions copied to clipboard

Demos for Functions Progress not updated

Open noviicee opened this issue 4 years ago • 5 comments
trafficstars

The progress for the Demos for Functions in different languages are not updated. For example- It says there is no helloworld function for dotnet, but if you check in the dotnet directory, the function exists. Similarly, the function for object-detection does not exist in php, but it is checked on the progress. This might create confusion among new contributors.

noviicee avatar Oct 05 '21 10:10 noviicee

I wish to update the progress of the Demo-Functions. May I take this up..?

noviicee avatar Oct 05 '21 10:10 noviicee

Would you like to discuss your approach ? Maybe we can go over some ideas before you start the implementation? How does that sound ?

christyjacob4 avatar Oct 05 '21 12:10 christyjacob4

Hello there 👋

First of all, thanks for the idea, it is amazing! The only problem is that manually updating will never get the job done.. Believe it or not, in 1 month it will be as outdated as it is right now.

My idea is to create a GitHub action that will scan all folders and generate this table. Then, we will configure the action to run every 12 hours. Do you think you could implement that?

As a reference, you can take a look at GitHub profile tutorials, they usually show how to include dynamic stuff into profile README.md. Her is one example: https://youtu.be/ECuqb5Tv9qI?t=269

Meldiron avatar Oct 05 '21 12:10 Meldiron

Thanks for the reference @Meldiron. I get the point. Will try to implement it 😄

noviicee avatar Oct 06 '21 06:10 noviicee

@Meldiron I have created a workflow, but I am not sure as to how to use it to scan all folders and generate this table. Could you help me a little on that..?

noviicee avatar Oct 06 '21 07:10 noviicee