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

New Thesis Topic #178

Open
tenhobi opened this issue Sep 24, 2021 · 0 comments
Open

New Thesis Topic #178

tenhobi opened this issue Sep 24, 2021 · 0 comments

Comments

@tenhobi
Copy link
Member

tenhobi commented Sep 24, 2021

When a new thesis topic is added, add a message to závěrečné práce channel.

// @jirutka is fixing the API so the Topic request contains createdAt, not only modifiedAt. ❤️

Example of GET https://projects.fit.cvut.cz/api/ft/v1/topics:

{
  "data": [
    {
      "title": "Reverse Engineering of the Ancients’ Hyperdrive",
      "description": "Perform reverse engineering of the Ancients’ hyperdrive engine.\n\nFirst, describe the theory behind faster than light travelling with focus on hyperspace travelling. Analyse the Ancients’ hyperdrive engine, describe its components and explain how it works. Finally, create a computer simulation of the engine.",
      "language": "en",
      "keywords": [
        "time travelling",
        "reverse engineering"
      ],
      "studyDegrees": [
        "master"
      ],
      "specializations": [
        {
          "code": "NI-NPVS"
        },
        {
          "code": "NI-PSS"
        }
      ],
      "visibility": "private",
      "id": 1,
      "modifiedAt": "2020-01-01T12:00:00.000Z",
      "author": {
        "username": "zelenrad"
      }
    }
  ],
  "pagination": {
    "hasNextPage": false
  }
}

-> we can use and post some messages containing study degree, specializations, author (supervisor?), and keywords.

@tenhobi tenhobi added this to the v1.1.0 milestone Sep 26, 2021
@stepech stepech modified the milestones: 2021.4, 2022.1 Nov 24, 2021
@stepech stepech removed this from the 2022.5 milestone Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants