Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

URL 설계 #8

Open
JustKode opened this issue Mar 25, 2019 · 3 comments
Open

URL 설계 #8

JustKode opened this issue Mar 25, 2019 · 3 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@JustKode
Copy link
Member

URL 설계에 관한 이슈입니다.

@JustKode JustKode added the question Further information is requested label Mar 25, 2019
@JustKode JustKode added this to the project milestone Mar 25, 2019
@JJuOn
Copy link
Contributor

JJuOn commented Mar 25, 2019

/info

  • 동아리 소개 페이지

/user

  • 개인정보 페이지

/study

  • 스터디 게시판

/study/postNo

  • 스터디 게시판의 글

/free

  • 자유 게시판

/free/postNo

  • 자유 게시판의 글

/album

  • 앨범 게시판

/album/postNo

  • 앨범 게시판의 글

/jokbo

  • 족보 게시판

/jokbo/postNo

  • 족보 게시판의 글

/signup

  • 회원 가입

/signin

  • 로그인

/verify

  • 가입 승락

@JustKode
Copy link
Member Author

JustKode commented Mar 25, 2019

Index

  • '': 메인 페이지
  • 'admin/': 어드민 페이지

Info

  • 'info/': 동아리 소개 페이지

Board

  • 'board/notice/': 공지사항 게시판
  • 'board/image/': 사진 게시판
  • 'board/pedigree/': 족보/솔루션 게시판
  • 'board/event/': 동아리 행사 게시판
  • 'board/share/' : 정보 공유 게시판
  • 'board/image/': 사진 게시판

Post

  • 'posts/int:id/': 게시글 보기
  • 'posts/str:boardName/': 게시글 쓰기

File

  • 'file/upload/': 파일 업로드

User

  • 'user/signup/': 회원 가입
  • 'user/login/': 로그인
  • 'user/list/': 유저 리스트
  • 'user/int:id/': 유저 정보 보기
  • 'user/modify/': 유저 정보 수정
  • 'user/verify/': 가입 승인

Study

  • 'study/': 스터디 게시판

@JustKode JustKode self-assigned this Mar 25, 2019
@JJuOn
Copy link
Contributor

JJuOn commented Mar 25, 2019

Index

  • '': 메인 페이지
  • 'admin/': 어드민 페이지

Info

  • 'info/': 동아리 소개 페이지

Board

  • 'board/notice/': 공지사항 게시판
  • 'board/album/': 사진 게시판
  • 'board/jokbo/': 족보/솔루션 게시판
  • 'board/free/': 자유게시판

Post

  • 'posts/str:boardName/int:id/': 게시글 보기
  • 'posts/str:boardName/write': 게시글 쓰기

File

  • 'file/upload/': 파일 업로드

User

  • 'user/signup/': 회원 가입
  • 'user/login/': 로그인
  • 'user/list/': 유저 리스트
  • 'user/int:id/': 유저 정보 보기
  • 'user/modify/': 유저 정보 수정
  • 'user/verify/': 가입 승인

Study

  • 'study/': 스터디 게시판
  • 'study/int:id': 스터디 게시글 보기

JustKode added a commit that referenced this issue Apr 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants