Mukho

Trimming

This diff could not be displayed because it is too large.
......@@ -61,17 +61,16 @@ create table board(
>UPDATE board SET idx = @COUNT:=@COUNT+1;
---
### 최종 수정: 2021-11-24 04:54<br>
### 최종 수정: 2021-11-25 14:00<br>
### 수정 내용:
0. 채팅기능에 버그가 있는 것 같음-피드백 바람(undefined님이 나가셨습니다. -> 콘솔에 계속 출력됨) // socket.io의 express-session 호환 문제로 후순위 개발로 미룸
1. 로그에 IP 추가
2. 로그에 시간 추가
3. 시간 실시간 반영
4. 게시글 수정 및 삭제 세션+권한 연동/DB수정
5. 버그 수정
6. 게시글 조회수 구현
7. 프로필 수정 세션 연동
8. 프로필 사진 추가
9. 프로필 검색 추가
10. 프로필 비주얼 업데이트
11. etc
\ No newline at end of file
0. 채팅기능에 버그가 있는 것 같음(undefined님이 나가셨습니다. -> 콘솔에 계속 출력됨) // socket.io의 express-session 호환 문제로 후순위 개발로 미룸
1. 로그에 시간/IP 추가
2. 시간 실시간 반영
3. 게시글 수정 및 삭제 세션+권한 연동/DB수정
4. 버그 수정
5. 게시글 조회수 구현
6. 프로필 수정 세션 연동
7. 프로필 사진 추가
8. 프로필 검색 추가
9. 프로필 비주얼 업데이트
10. 코드 다듬음
\ No newline at end of file
......
This diff is collapsed. Click to expand it.
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>파일 업로드</title>
<title>묵호 - 프로필 사진 업로드</title>
</head>
<body>
<form action = 'upload' method = 'post' enctype="multipart/form-data">
......