minimod-nutrition / minimod-website

Repository for the MINIMOD Website
0 stars 0 forks source link

'Tools' and 'News' #17

Closed britsanto closed 3 years ago

britsanto commented 3 years ago

@amichuda Dr. Vosti informed me that he would like to go over the website tomorrow. I noticed that clicking those tabs would lead me to a page like this:

Screen Shot 2021-05-12 at 6 38 49 PM

Is there anything I can do to fix this?

amichuda commented 3 years ago

@britsanto Hmm okay, so in terms of News, that issue comes from there being no news.md file, so there's nothing to go to. If you make some basic file and put something like "Coming Soon!" or something that should be enough.

The second is a little weirder... Tools points to a file called tools/minimod.md, but that's actually a folder in the repository called minimod.md, which doesn't make sense. .md should be files not folders. Do you know why this might have happened?

Third, if Steve is going to look a the website tomorrow, make sure to send me any pull requests so I can merge them and for the website to update. When are you meeting with him tomorrow?

britsanto commented 3 years ago

@amichuda Oh, I think the reason why I put it under minimod.md is because I didn't want to accidentally lose the content in the folder and decided to just relocate it under minimod.md. I think I did send a pull request 5 days ago that edited the tools tab. I doubt it will fix anything though, so it would be better to just ignore it. Could we maybe go over it through zoom? I'm not quite sure on how to approach this.

Dr. Vosti has not yet given me a time, but I can let him know that we are still working on it if we are unable to fix this by then.

amichuda commented 3 years ago

Hi Britney,

Yes, I think it's a bit of a pickle. I would try to make minimod.md a file, with "coming soon" and have it in the same directory as the rest of the files that are currently in that folder. If that doesn't work, we should meet on Zoom, but unfortunately, I don't think I can meet tomorrow.

On Wed, May 12, 2021, 10:12 PM britsanto @.***> wrote:

@amichuda https://github.com/amichuda Oh, I think the reason why I put it under minimod.md is because I didn't want to accidentally lose the content in the folder and decided to just relocate it under minimod.md. I think I did send a pull request 5 days ago that edited the tools tab. I doubt it will fix anything though, so it would be better to just ignore it. Could we maybe go over it through zoom? I'm not quite sure on how to approach this.

Dr. Vosti has not yet given me a time, but I can let him know that we are still working on it if we are unable to fix this by then.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/minimod-nutrition/minimod-website/issues/17#issuecomment-840235702, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQVPBE5SEPHX5KORQRQLGDTNMYQNANCNFSM44ZVS3WQ .

amichuda commented 3 years ago

Also, you don't have to ever worry about losing anything because git tracks all changes. So if you ever delete something and you want it back, you can always just go back to that commit and get it

britsanto commented 3 years ago

Oh, that's good to know! I was so worried I might accidentally remove something permanently. I have attempted to fix the tools folder. Hope it works!