-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Enhance result of GET /api/v1/form #377
Comments
HI @aniri, Could I work on this issue? |
@hphan9 sure, thanks! |
Hi @aniri, I have some issues getting the project running. |
Hi @hphan9 , can you please tell us your questions here and we'll see how to fix those issue. Thanks! |
Hi @aniri , when I run this command
It fails because of this error
I have set up the database successfully, and updated the connection string in appsetings.json file in txt type . Could you please check and let me know if I missed something? |
Hi @idormenco, I tried it but I still got the same error. |
@hphan9 you are right , please change in appsettings |
Add two more fields to the returned info:
questionsNo
- the total number of questions from the formlastEditedOn
- the date & time when the form was last edited (a new column should be added in the db for this, if it's missing; updating this value in the db will be handled in a another issue)The text was updated successfully, but these errors were encountered: