Skip to content

Course categories? #115

@honzajavorek

Description

@honzajavorek

In the courses UP spider (see also 8073349 ), if I ever need course categories again, here is an enum:

@unique
class CourseCategory(IntEnum):
    COMPUTER_COURSES = 10115
    INTERNET = 10124
    WEB_PAGES = 10125
    WEB_DESIGN = 10126
    E_COMMERCE = 10127
    OTHER_INTERNET = 10128
    OPERATING_SYSTEMS = 10116
    OPERATING_SYSTEMS_COMPUTERS = 10117
    OPERATING_SYSTEMS_MOBILE = 10118
    OPERATING_SYSTEMS_SERVERS = 10119
    OPERATING_SYSTEMS_OTHER = 10120
    NETWORKING_AND_SERVERS = 10123
    PROGRAMMING = 10130
    DATA = 10131
    SECURITY = 10140

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideaJust an idea or something very 'nice to have'

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions