Ellabit icon indicating copy to clipboard operation
Ellabit copied to clipboard

Add tags to challenges 121-140

Open kevmoens opened this issue 2 years ago • 1 comments

On each challenge there is a property named Tags.

        private Dictionary<string, string> _tags = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) { {"Math","Add"}, { "Level", "1" } };
        public Dictionary<string, string> Tags { get => _tags; set => _tags = value; }

Tags describe the type of coding being done in each challenge. In the code above is describing the challenge uses Math to Add and Level is 1.
You can add as many tags as you like to help describe the challenge. Add a Level tag to each challenge. Currently levels are described as: Level 1 = beginner concept Level 2 = Use of beginner concept with more detailed knowledge to code Level 3 = Something that requires in depth knowledge to code Level 4 = This is a complex challenge that will take more than 10 minutes to code for an advanced developer Level 5 = This is a senior developer that will take more than 15-20 minutes to code

kevmoens avatar Oct 04 '22 12:10 kevmoens

@kevmoens can i work on this issue?

ArshadAriff avatar Oct 28 '22 06:10 ArshadAriff

This issue is still up for grabs

kevmoens avatar Nov 15 '22 21:11 kevmoens

Kevmoens this is Amilcar Cornier saying that out the last 5 commits what went wrong and can i work over those issues? I'm i able to do the last 5 commits over in order to get full credit on the assignment.

Milk25 avatar Dec 11 '22 00:12 Milk25

What should I do

On Sun, Dec 11, 2022, 6:05 AM milk19948 @.***> wrote:

Kevmoens this is Amilcar Cornier saying that out the last 5 commits what went wrong and can i work over those issues? I'm i able to do the last 5 commits over in order to get full credit on the assignment.

— Reply to this email directly, view it on GitHub https://github.com/kevmoens/Ellabit/issues/11#issuecomment-1345418901, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3DLK7GZ22MEUJOERJEIFL3WMUOTLANCNFSM6AAAAAAQ4RNLTY . You are receiving this because you commented.Message ID: @.***>

ArshadAriff avatar Dec 11 '22 05:12 ArshadAriff

closed with PR #39

kevmoens avatar Dec 12 '22 01:12 kevmoens