Closed mcweenysean closed 4 years ago
This is will probably end up being a sizable module, so can we move any development on this to a new branch?
On the command line from the project director, can you do:
git checkout -b module-upload_from_title
git add .
git commit -m first commit on branch module-upload_from_title
git push origin module-upload_from_title
This will push whatever you have now into a new branch for us to work on. That way you don't have to wait till the whole thing is figured out to save work and I can have a look at the current code.
And while you're working on this new branch, just make sure that git status
says that you're "On branch module-upload_from_title". If it says it's on the master branch instead, do git checkout module-upload_from_title
and then push your changes as usual with git add
, git commit
, and git push
.
I'll have a look after it's done and we can schedule a meeting later? I'll be pretty busy for at least the next 2 weeks or so but I'll let you know when I'm available
sounds like a plan! I have a meeting now, but I'll push after that.
completed with low and high-density warnings
Here is the warning screen I am working on for the uploaded from file titles.
I'm trying to use the model you used for the missing papers, but am struggling. Let me know when you have a minute to help me walk through this.