Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 3 #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 19, 2012

  1. Configuration menu
    Copy the full SHA
    89bd30d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2012

  1. Основная часть задания сделана

    1. Написал еще 10 событий
    2. Реализовал хранилище событий ^^ некоторая база данны�
    3. Реализовал несколько функций для работы с хранилищем:
    1.pastEventBase() - создать бд с пропущенными событиями
    2.nextEventBase() - создать бд с грядущими событиями
    3.nowEventBase() - создать бд с происходящими событиями
    4.withFriend(friend) - создать бд с событиями, в которых принимал
    учисатия друг
    5.getEventAfterMontrh() - создать бд с событиями через месяц
    6. getEventAfterDay() - - создать бд с событиями через день
    7. getEventAfterWeek() - - создать бд с событиями через неделю
    8. sortByStar() - создать бд с отсортированными событиями по количеству
    звезд
    9. sortByDate() - создать бд с отсортированными событиями по дате
    3. Реализовал функциональный синтаксис ^^
    4. Написал к каждой функции по тесту
    
    Осталось:
    Пройти проверку на JSLint, JSDoc
    ManginAlexander committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    18159b4 View commit details
    Browse the repository at this point in the history
  2. JSLint удоволетворен

    Исключение функция  initTestBase - cодержит только данные.
    ManginAlexander committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    6146093 View commit details
    Browse the repository at this point in the history
  3. Задача выполнена

    1) getEventFromPeriod - протестировал.
    2) Задокументировал JSDoc.
    ManginAlexander committed Oct 22, 2012
    Configuration menu
    Copy the full SHA
    7a1d510 View commit details
    Browse the repository at this point in the history