realethantran / fastpages_EthanT

MIT License
0 stars 2 forks source link

Project Check #7 - Ethan Tran & Alex Kumar #48

Open realethantran opened 1 year ago

realethantran commented 1 year ago

Task: Working on AI bot:

  • completed making a simple frontend to work with
  • continued work on finding the private key
  • increased accuracy of response and made it so you can put multiple inputs
  • 3 hours each

image
image
image

future goals for AI bot:

  • complete the frontend to output response for ai API better
  • Try to find potential ways to decrease time for API call
  • possible create new key

Task: creating community forum backend

  • create backend endpoints CRUD
  • Create comments and name input
  • READ old inputs from other users
  • DELETE comments already made
  • UPDATE your old comments
  • SQL table properly working
  • 6 hours

Future goals for baclend

  • Ensure all endpoints are properly working
  • add more functionality to the edit endpoint
  • make the delete endpoint more specific
  • possibly add UID