Giter VIP home page Giter VIP logo

riotgamesapi's Introduction

RiotGamesAPI 2조

개요

Riot Games의 Open API를 이용하여 유저의 닉네임을 입력하면 전적 및 정보를 가져오는 프로그램

Class Diagram

https://docs.google.com/presentation/d/1D9ZzBooFVkInEVvQsMO16QTQKIMJaagJ3v5sAmZb85Y/edit?usp=sharing

Task Board

https://docs.google.com/spreadsheets/d/1Bk9Aamqjo-a9uWLrWDnppM0lxcAVrO4RaPEzx4fmpJM/edit?usp=sharing

Commit Rule

  • 기본적으로 영어를 사용
  • 커밋 메세지에 해당 Taks Number(RAT-n)을 적어줄 것
  • 커밋 단위는 한 번 수정시 1 커밋, 수정 및 생성한 내용을 모두 적되 2줄이 넘어가지 않도록 할 것.

Commit Example

[RAT-1] Create api package

Development Environment

JAVA : JDK 8 with Maven
DB : MongoDB
Framework : Java Spring
API : https://developer.riotgames.com/api-methods/#summoner-v4
https://developer.riotgames.com/api-methods/#league-v4

riotgamesapi's People

Contributors

alencion avatar dodaek avatar rinha7 avatar

Watchers

 avatar  avatar

riotgamesapi's Issues

[RAT-18,19] find summonerName and getList

Find LeaguePostionDTO with summonerName

find LeaguePostionDTO with input summoner name

Return LinkedList that consist of Summoner's name

return List that consist of Summoner's name
Summoner Name List is String type

How to change Set<LeagueDTO> to LeagueDTO?

Problem!

we have to change Set< LeaguePositionDTO> to LeaguePositionDTO, there is many ways but i don't know anything about it

if you can do it, plz take this problem

Add Repository package and java file

Repository Part

We have to use MongoDB to save the data in DB.

Need

class CurrentSummonerScoreRepo

void insertCurrentSummonerScore(LeaguePositionDTO leaguePositionDTO)
void updateCurrentSummonerScore(LeaguePositionDTO leaguePositionDTO)
LeaguePositionDTO findLeaguePositionDTO(String summonerName)
List findAllSummonerIdQueue()

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.