-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
"Success Story" basic functionality #318
Comments
Yes, correct. This looks great. |
Hey if you guys need help with this I can work on it. It's my first time contributing so I'll apologize ahead of time for the required hand holding. |
I won't have any guidance to offer, but feel free to give it a go! Ask any questions in #oc-projects-python on Slack |
You got it, thanks! |
I submitted a PR for this. I am going to need some help with the testing, I can't seem to get it to work. Also, I was thinking... should we just make a space for this in core/models/profile? It seems like that would make it easier to work with down the road. Again, I am a complete newbie so I could be completely off base... |
Hey all! Could I claim this issue? What was wrong with the previous PR? |
Feature request
We would like to add the ability for registered users to post their success stories. This will likely involve
SuccessStory
model insrc/api/models.py
created_by
(User),created_at
,text
,is_approved
, others?src/api/serializers.py
src/api/views.py
The text was updated successfully, but these errors were encountered: