Sha256: 6d49bdfca6d84c74a213950a9bd5b9520dbf102f2d861d7f700ed6c319d7465e

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

# typed: strict
# frozen_string_literal: true

module Researchable
  module FreedcampApi
    APP_WALL = 1
    APP_TODOS = 2
    APP_DISCUSSIONS = 3
    APP_MILESTONES = 4
    APP_TIME = 5
    APP_FILES = 6
    APP_INVOICES = 7
    APP_BUGTRACKER = 13
    APP_WIKI = 14
    APP_CRM = 16
    APP_PASSMAN = 17
    APP_TASKY = 18
    APP_CALENDAR = 19
    APP_INVOICESPLUS = 20
    MODULE_GDOCS = 21
    MODULE_PROJ_CLONING = 22

    PROGRESS_NO_PROGRESS = 0
    PROGRESS_IN_PROGRESS = 2
    PROGRESS_COMPLETED = 1

    STATUS_NOT_STARTED = 0
    STATUS_COMPLETED = 1
    STATUS_IN_PROGRESS = 2
    STATUS_INVALID = 3
    STATUS_REVIEW = 4
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
researchable-freedcamp-api-0.1.8 lib/researchable/freedcamp_api/constants.rb
researchable-freedcamp-api-0.1.7 lib/researchable/freedcamp_api/constants.rb
researchable-freedcamp-api-0.1.6 lib/researchable/freedcamp_api/constants.rb