ReasonJun

Nextjs Project: Christmas pet ai profile Platform Product / Building Problems 본문

배포한 서비스

Nextjs Project: Christmas pet ai profile Platform Product / Building Problems

ReasonJun 2023. 12. 26. 16:59
728x90

Product : 

https://www.pets-mas.com/

 

메리 댕냥스마스

우리집 댕냥이로 크리스마스 카드를 만들어 보세요!

www.pets-mas.com

Video : 

https://youtu.be/mBvLnZIfWoA

problems : 

1. filter routing problem :

 => I set filtering in the layout for each page, but a loop phenomenon was discovered.

 

2. Libraries that worked normally on desktop did not work on mobile.

 

3. Depending on the mobile software version, some operations may not work.

 

4. There were problems with communication between designers and backend, and there was source waste.

 

5. Problems may occur due to unexpected errors after domain deployment.

 

6.I proceeded without using the state management library and had a lot of trouble with the data streams of each component.

 

Solutions : 

1. If the page continues to be re-rendered, check to see if there are any cases where a loop may occur in the page layout.

 

2. Don’t let your guard down just because it worked normally on the desktop, let’s test it on mobile as well.

 

3. Please note the mobile software version. It is best to avoid using technology that is too cutting-edge.

 

4. Let’s communicate sufficiently with designers and back-end developers and write specifications.

 

5. After deploying a domain, you should continuously check operational logs. Let’s make logs and error handling clear about areas where errors may occur.

 

6. It is best to use the state management library whenever possible. You can receive great help in moving and modifying data.

 

728x90

'배포한 서비스' 카테고리의 다른 글

Near DNFT Widget  (0) 2023.12.26
Comments