Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 sol posts #26

Merged
merged 8 commits into from
Mar 30, 2023
Merged

2 sol posts #26

merged 8 commits into from
Mar 30, 2023

Conversation

wastilla
Copy link
Contributor

Sprint 00 — Basic Implementation of Issue 2

wastilla and others added 8 commits March 26, 2023 16:07
Add Post datamodel
Add post entity
* build forum post frontend part 1

* created viewforum as a page to look at all forums

* Start working on forwarding form responses to the viewforum component.

* Clean up whitespace on makeforum.

* Edited onSuccess to include dynamic responses as input comes in. Created VewForm HTML similar to STATS page.

---------

Co-authored-by: angelinasu57 <[email protected]>
* Finish creating viewForum component HTML with Response, First and Last name, and date for each form response.

* Add in Last Name in the table to keep track of the responses, as per suggestion.

* Adjusted endpoints and remove comments.
Implement create and getall API routes top down to retrieve and create posts
- Created post service file
- Implement create and get All method in post service
- Implement api routes and Sqlchemy table for PostEntity
- Implement New findUsers method in UserService
- Implement fully functional post service
Fully integrate frontend with backend enabling viewing list of posts and creating posts via API endpoints
Add styling to HTML elements and navigation between forum pages.
Implement error handling for post creation
Copy link
Contributor

@aayush110 aayush110 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM BRO! GOOD JOB! THIS IS SOOO AWESOME!! WE ARE DONE WITH OUR MVP YAY!

@wastilla wastilla merged commit b985445 into stage Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As Sol Student, I want to be able to post/view resources in the forum of the CSXL Website.
4 participants