-
Notifications
You must be signed in to change notification settings - Fork 8
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
SKIL-555 #804
Conversation
…rrentRocsData for clarity
Co-authored-by: Elliot Anderson <ebanderson3@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sah0017 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is (still?) a bug in the saving of data. I opened the demo data for Critical Thinking Assessment, Maria only has 2 categories filled in. I filled in the remaining categories, hit Done, she went to green. I edited Wade Cooper, put data in the first 2 categories. The Autosaving message popped up. Went back and hit View, looked at Maria, the categories I had filled in were not there, and only the first of the two categories I filled in for Wade was saved. I don't know if this was a preexisting bug (I think it may have been).
I don't see where you merged master back into SKIL-555 after you finished. Would you do that and make sure everything merges appropriately? I merged the updated package.json to update the React packages, so you'll need to npm install after you merge master (or is this handled by docker?)
For some reason I couldn't reproduce the exact issue you described, however I did fix two highly related issues I found. Hopefully one of those was the root cause of the issue you described. I will now work on merging master into our branch. Unfortunately that may take a while, as I was never able to get MySQL working on my computer after the MySQL migration. |
I have merged master and everything still seems to be working correctly. |
@jcallison1 Did you run npm install? I'm getting a lot of npm package errors when I run your code like it is still using the code/packages from the previous versions before I updated them. |
@jcallison1 I'm still having the issue that I described above. It doesn't appear to save for me past the first category tab, or it isn't retrieving it, one or the other. You're not having that issue in your environment? Edit: my problem my be related to the Bug you opened in Jira. I'm getting a bunch of 401 unauthorized messages in my console. But I'm logged in as the demo admin. Another edit: Looks like it's a constraint issue: |
I had fixed the constraint issue for adding an assessment, but not for updating an assessment, so I went ahead and applied that fix in your branch. That resolved the issue I was having with it saving subsequent categories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (after fixing DB constraint issue)
TODOs Completed: