Giter Club home page Giter Club logo

2022-server's Introduction

高専祭2022 サーバー

2022-server's People

Contributors

bayathy avatar renovate[bot] avatar re-taro avatar

Stargazers

 avatar

Forkers

bayathy

2022-server's Issues

スポンサー

API要求

スポンサーに関するAPI

概要

  • 一般的な登録取得更新削除

型の定義(特に希望がなければこちらで設計する)

type Sponsor = {
  name: string;
}

バザー

API要求

バザーに関するAPI

概要

  • 一般的な登録取得更新削除
  • group_typeで指定して取得

型の定義(特に希望がなければこちらで設計する)

type Bazaar = {
  name: string;
  description: string;
  image: string;
  prices: ReadonlyArray<string>;
  group: string;
  group_type: "eating" | "recreation";
}

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Detected dependencies

cloudbuild
terraform/cloudbuild.yaml
docker-compose
docker-compose.e2e.yml
docker-compose.prod.yml
docker-compose.yml
  • postgres 14.4
dockerfile
Dockerfiles/dev.Dockerfile
  • node 16-buster
Dockerfiles/e2e.Dockerfile
  • node 16-buster
Dockerfiles/prod.Dockerfile
  • node 16
  • node 16
  • node 16
github-actions
.github/workflows/e2e.yml
  • actions/checkout v3
.github/workflows/format.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/setup.yml
  • actions/checkout v3
  • actions/setup-node v3
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
npm
package.json
  • @nestjs/axios 0.1.0
  • @nestjs/common 9.1.6
  • @nestjs/core 9.1.6
  • @nestjs/jwt 9.0.0
  • @nestjs/passport 9.0.0
  • @nestjs/platform-express 9.1.6
  • @nestjs/swagger 6.1.2
  • @nestjs/terminus 9.1.2
  • @prisma/client 4.5.0
  • dayjs 1.11.6
  • passport 0.6.0
  • passport-jwt 4.0.0
  • passport-local 1.0.0
  • reflect-metadata 0.1.13
  • rimraf 3.0.2
  • rxjs 7.5.7
  • @nestjs/cli 9.1.4
  • @nestjs/schematics 9.0.3
  • @nestjs/testing 9.1.6
  • @types/express 4.17.14
  • @types/jest 29.2.0
  • @types/node 18.7.18
  • @types/passport-jwt 3.0.7
  • @types/passport-local 1.0.34
  • @types/supertest 2.0.12
  • @typescript-eslint/eslint-plugin 5.40.1
  • @typescript-eslint/parser 5.40.1
  • eslint 8.26.0
  • eslint-config-prettier 8.5.0
  • eslint-plugin-import 2.26.0
  • eslint-plugin-unused-imports 2.0.0
  • jest 29.2.1
  • prettier 2.7.1
  • prisma 4.5.0
  • source-map-support 0.5.21
  • supertest 6.3.0
  • ts-jest 29.0.3
  • ts-loader 9.4.1
  • ts-node 10.9.1
  • tsconfig-paths 4.1.0
  • typescript 4.8.4
terraform
terraform/main.tf

  • Check this box to trigger a request for Renovate to run again on this repository

ライブイベント

API要求

ライブイベントに関するAPI

概要

  • 一般的な登録取得更新削除
  • dateで絞り込んで取得
  • 現在時刻からstart_timeが直近の4件取得
  • stageごとのfieldを持つオブジェクト -> { main: [stage === "main"], sub: [stage === "sub"], live: [stage === "live"]}で返す
  • start_timeでsortされていてほしい

型の定義(特に希望がなければこちらで設計する)

type Live = {
  title: string;
  description: string;
  date: YYYY-MM-DD HH:mm;
  venue: string;
  start_time: YYYY-MM-DD HH:mm;
  end_time: YYYY-MM-DD HH:mm;
  stage: "main" | "sub" | "live" | "game"; // no union!! OK?
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.