issues
search
GAVE-CSA
/
GAVE-frontend
Apache License 2.0
0
stars
0
forks
source link
News feature
#19
Closed
emmaxshen
closed
9 months ago
emmaxshen
commented
9 months ago
Planning
JS frontend
call the news api (store in frontend) - want the ID, date (last_modified), description, severity, and impact
call chat (generate category, elaboration on description (article_content))
run the news response through chat
end product: table (ID, category, date, article_content, severity, impact)
drop down menu by category
Java backend
apicontroller (gets request from server & forward it to request generator): chat generated response
request generator
applications.properties include the key
Planning
JS frontend
drop down menu by category
Java backend