Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.91 KB

Projectroadmap.md

File metadata and controls

37 lines (31 loc) · 1.91 KB

Sprint 1

  • Project brainstorming
  • Receive project topic approval
  • Accept membership for KSU-HMI organization
  • Explore for intital code
  • Fork code repository of interest
  • Create project road map file
  • Update about me file
  • Run Code and add comments (failure to run, missing features, etc)
  • Explore better fitting code repositorty

Sprint 2

  • Minimim 6 code changes to reflect app solution
  • Note comments in commit updates: what was done and why
  • Update task list as needed
  • Change About section on main menu to explain the purpose of app to end user
  • Changing color displays
  • Center main title (pyqt5)- code not running moving to sprint 3

Sprint 3

  • Update task list for last sprint
  • Add more code changes if needed-list specifically what I want to do to match vision
  • Final revisions
  • Create Powerpoint slide to market project
  • Prepare for final presentation

Findings

  • Able to open python files in VSC but unable to run successfully. Code in first few lines wants to import info from module but files are not found on my computer ---- File "/Users/deboraho/Documents/HealthyU/Patient.py", line 2, in from PyQt5 import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'PyQt5'
  • Difficulty finding something even close to the code I'm looking for that is just Python

Other options

  • https://github.com/mishal23/virtual-clinic.git-unable to use this, uses HTML and needs SQL also
  • I could go back to the original repository code I had and download the preqreqs in order to see if the code can then work desppite it being another lanaguage OR find another code that just has simple alerts and make commits related to healthcare to match my personal project
  • Installed PyQt5 and was able to get the main.py code file running
  • downloaded SQLite to access database and inserted more data to reflect better when logging in