Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
BankNatchapol committed Dec 11, 2020
2 parents d1a56c5 + a8177c3 commit 5217133
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
9 changes: 4 additions & 5 deletions Demo-robot/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Remainder :exclamation::exclamation:
:exclamation: ทุกครั้งในการ run tester จะต้อง `run ทั้ง backend & frontend `
:exclamation::exclamation: Register_test ต้องทำการลบข้อมูลในตัวฐานข้อมูลก่อน

# Work Planner
### Kao :woman:
#### Robot Framework Tester of project
- [x] login
- [x] register
- [ ] Home
- [ ] Profile
- [ ] Chat
- [ ] Setting
- [X] Home
- [X] Profile
- [X] Chat
- [X] Setting
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,19 @@ To Visit App :
`localhost:3000/...`

# Deployment
<p align = 'center'> ...coming soon... </p>
Tools :
- [X] Azure PostgreSQL
- [X] Azure app service

:globe_with_meridians: :desktop_computer: Web Application Link : ` ... ` :wolf:

# Built With
<p align = 'center'> ...coming soon... </p>
- [X] Django ในการสร้าง Database ใน PgAdmin
- [X] React ทำ frontend
- [X] Robot Framework ทำ Automating testing
- [X] Azure app service ในการ Deploy ขึ้น cloud server

# Versioning
<p align = 'center'> ...coming soon... </p>
> :dog: DD-Dinner-Dog base on version 1.0.0 in 11/12/2563

16 changes: 7 additions & 9 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
# Work Planner
### Bank :man:
#### Database
- [ ] 1. Account
- [ ] 2. Dog_Info
- [ ] 3. Certificate
- [ ] 4. Health
- [ ] 5. Address
- [ ] 6. LIKE
- [ ] 7. DISLIKE
- [ ] 8. SUPER LIKE
- [ ] 9. MESSAGE (chat log)
- [X] 1. Account
- [X] 2. Dog_Info
- [X] 3. Dog info
- [X] 4. Health
- [X] 5. Address
- [X] 6. LIKE
- [X] 9. MESSAGE (chat log)

12 changes: 6 additions & 6 deletions frontend/src/components/pages/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export default function Profile(props) {
const [breeds, setBreeds] = useState("");
const [location, setLocation] = useState("");
const [about, setAbout] = useState("");
const [profileFileData, setProfileData] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add9.jpg"));
const [profileFileData, setProfileData] = useState(require("./z_add9.jpg"));

const [certificateFileData, setCertificateData] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add6.png"));
const [picture1Data, setPicture1Data] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add7.png"));
const [picture2Data, setPicture2Data] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add7.png"));
const [picture3Data, setPicture3Data] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add7.png"));
const [picture4Data, setPicture4Data] = useState(require("C:/Users/User/DD-Dinner-Dog/frontend/src/components/pages/z_add7.png"));
const [certificateFileData, setCertificateData] = useState(require("./z_add6.png"));
const [picture1Data, setPicture1Data] = useState(require("./z_add7.png"));
const [picture2Data, setPicture2Data] = useState(require("./z_add7.png"));
const [picture3Data, setPicture3Data] = useState(require("./z_add7.png"));
const [picture4Data, setPicture4Data] = useState(require("./z_add7.png"));

const onChangeProfilePicture = e => {

Expand Down

0 comments on commit 5217133

Please sign in to comment.