[problems] Add mini-bookmark ödev 5.2 - #100
Open
hudanursner wants to merge 9 commits into
Open
Conversation
Hüdanur Şener
hudanur sener
The SPEC file has been updated, the add and init functions have been completed, and a search feature has been added as a bonus.
Proje meta verilerini ve tamamlanan görev listesini içeren problem.json dosyası kök dizine eklendi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ne değiştirdim?
problems/mini-bookmark/ klasörünü oluşturarak mini-bookmark problemini repoya ekledim. Klasör içinde SPEC-v1.txt, SPEC-v2.txt, SPEC-v3.txt dokümanları, solution_v0.py başlangıç çözümü ve TEST-v1, TEST-v2, TEST-v3 test dosyaları bulunmaktadır.
Neden değiştirdim?
Repoda mini-bookmark problemi eksikti. Bu problem; URL kaydetme, listeleme, silme ve arama gibi temel CLI komutlarını kapsayan bir bookmark yönetim aracıdır. Ödev 5.2 kapsamında bu eksikliği gidermek ve projeye katkı sağlamak amacıyla dosyaları hazırlayıp ekledim. SPEC dokümanları v1'den v3'e kadar projenin gelişim sürecini yansıtmaktadır.
Test ettim mi?
Evet — Her versiyon için ayrı test dosyası hazırlandı. TEST-v1, init ve add komutlarını; TEST-v2, search komutunu; TEST-v3 ise list, delete ve URL validasyonunu test etmektedir.