Notice
Recent Posts
Recent Comments
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
In Total
관리 메뉴

A Joyful AI Research Journey🌳😊

[8] 230424 팀 프로젝트 (1) 8일 차 Mon) 할 것 리스트 본문

💖My Bootcamp Projects Logs✨/Team Project 1️⃣

[8] 230424 팀 프로젝트 (1) 8일 차 Mon) 할 것 리스트

yjyuwisely 2023. 4. 24. 07:00

230424 Mon

1) jsp:include 사용 [완료] or 타임리프 
2) AJAX, JSON 공부 -> 블로그


3) <a태그> js로 post요청 보내기 or

https://willbesoon.tistory.com/244

 

Javascript Post 데이터 전송 및 Post 데이터 받기

1. http GET 메서드의 URI 파라미터 노출 인터넷을 하다보면 uri에서 파라미터가 노출 되는 경우는 흔하다. 검색엔진에서 검색 쿼리를 날릴때도 그렇겠고, 게시판의 글을 찾아갈때도 보게되면 뒤에

willbesoon.tistory.com


4) JavaScript → 정규식으로 유효성 검증  
=> 부트스트랩으로 가능
https://eastflag.co.kr/frontend/html5_api/html5-bootstrap-validation/

 

html5 form api 와 bootstrap 에서의 validation 구현 | 풀스택개발 EastFlag

bootstrap validation bootstrap에서는 html5 validation을 그대로 이용한다. form에 was-validated 클래스만 넣으면 html5 validation을 체크하고 정상적인 경우는 valid-feedback에 비정상적인 경우에는 invalid-feedback을 보

eastflag.co.kr

https://getbootstrap.com/docs/5.0/forms/validation/

 

Validation

Provide valuable, actionable feedback to your users with HTML5 form validation, via browser default behaviors or custom styles and JavaScript.

getbootstrap.com


5) [신청] 버튼 누르면 각자의 상세 내역 창으로 감

6) 관리자 페이지 의사 DB랑 연결해서 화면 출력 

7) 환자코드 분류해서 그거에 맞는 양식 띄우기

8) Spring  → select / insert 위주로 해보기


Spring MVC 개인 프로젝트에 넣으면서 복습
JSP 최대한 정리 해둠

REST API 공부 -> 블로그


Front-end tasks:

  • Use JSP INCLUDE
  • Use AJAX, JSON
  • Use <a> and post form using JavaScript
  • Authentication login, registration form using JavaScript
  • After pressing one button, it goes to each certification's pages
  • By using patient code, show their information in suitable certifications

Back-end tasks:

  • Use Spring by using select and insert in MySQL
  • Linking admin's page's doctor's DB and showing DB in a web page.

Note that some tasks may involve both front-end and back-end work, such as using AJAX and JSON to make asynchronous requests to the server to update parts of the web page.


  • JSP INCLUDE: This is a useful feature in JSP that allows you to include a common piece of code (such as a header or footer) on multiple pages. You can learn how to use JSP INCLUDE by reading online tutorials or documentation, and then practice implementing it on your team project.
  • AJAX, JSON: These are powerful tools for creating dynamic web applications. AJAX allows you to update parts of a web page without reloading the entire page, while JSON is a lightweight data format that is commonly used to transmit data between a web server and a client. To learn how to use AJAX and JSON, you can start with online tutorials and then practice implementing them on your team project.
  • <a> and post form using JavaScript: This can be useful for creating interactive web pages that respond to user input. You can learn how to use <a> and post form using JavaScript by reading online tutorials and then practice implementing them on your team project.
  • Authentication login, registration form using JavaScript: Security is an important consideration for web applications, and creating a secure login and registration system is a common task for developers. You can learn how to create authentication forms using JavaScript by reading online tutorials and then practice implementing them on your team project.
  • Select and insert in MySQL using Spring: Spring provides a convenient framework for working with databases, including MySQL. You can learn how to use Spring to perform select and insert operations in MySQL by reading online tutorials and then practice implementing them on your team project.
  • Linking admin's page's doctor's DB and showing DB in a web page: This sounds like a complex task that may require a combination of front-end and back-end development skills. You can start by breaking it down into smaller tasks and researching how to implement each one. For example, you may need to create a database schema, write SQL queries to extract data from the database, and then display the data on a web page using HTML, CSS, and JavaScript.
  • Showing patient information in suitable certifications using patient code: This task may require some additional research and planning to determine the best approach. You may need to create a system for storing and retrieving patient data, and then display the relevant data on each certification page based on the patient code. You can start by researching similar systems and then developing a plan for how to implement it on your team project.

 

728x90
반응형
Comments