Anonymous214 commited on
Commit
cbafa0a
·
verified ·
1 Parent(s): 9c641f2

When I click Update Profile, update the profile on the bottom left to change the first and last name. - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. prompts.txt +6 -1
  2. settings.html +6 -1
prompts.txt CHANGED
@@ -1 +1,6 @@
1
- Build an AI tool that converts doctors’ diagnoses into CPT, HCPCS, and ICD-10 codes. Include useful features for physicians such as a section to input and manage patient information, a dashboard to track recent searches, and any additional tools that would streamline coding and documentation. Ensure every button is fully functional. Each button should link to its own page, and that page should display the content or features described by the button.
 
 
 
 
 
 
1
+ Build an AI tool that converts doctors’ diagnoses into CPT, HCPCS, and ICD-10 codes. Include useful features for physicians such as a section to input and manage patient information, a dashboard to track recent searches, and any additional tools that would streamline coding and documentation. Ensure every button is fully functional. Each button should link to its own page, and that page should display the content or features described by the button.
2
+ Add a update profile button on setting that changes the bottom left profile.
3
+ In account settings, allow me to update my name by creating a update profile button.
4
+ Create a update profile button in the account settings profile section.
5
+ When I click Update Profile, update the profile on the bottom left to change the first and last name.
6
+ When I click Update Profile, update the profile on the bottom left to change the first and last name.
settings.html CHANGED
@@ -110,6 +110,11 @@
110
  <option>Internal Medicine</option>
111
  <option>Pediatrics</option>
112
  </select>
113
- </
 
 
 
 
 
114
  </body>
115
  </html>
 
110
  <option>Internal Medicine</option>
111
  <option>Pediatrics</option>
112
  </select>
113
+ </div>
114
+ </div>
115
+ <button id="updateProfileBtn" class="mt-4 bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700">
116
+ Update Profile
117
+ </button>
118
+ </div>
119
  </body>
120
  </html>