kecheeng / example-repository

0 stars 0 forks source link

Feedback: Project Management #3

Closed ivanmilara closed 2 years ago

ivanmilara commented 2 years ago

Hi Kecheng,

Very good job. It is really an achievement that without any background you managed to build a website in such short time. Congratulations!

Still there are few things that you should clarify in order we can accept this assignment. One important thing, sometimes pictures are not enough to present all the knowledge. You should include some textual explanations.

One recomentat

Principles and Practice Feedback

From Assessment guide

Comments

About your website

You are using the default mkdocs theme. The structure is clear and you have all required sections.

About your project

It meets the course requirements, and can be perfectly design and built at Fab Lab. Furthermore, it does not have too much complexity so I think is suitable for your skills.

Project Management

From Assessment guide

Comments

About me website

It is OK. Perhaps you might want to change the social media links at the bottomo of the page. If someone would like to contact you would be nice to have your information up-to-date.

Description of the GIT process

Description of the website

kecheeng commented 2 years ago

Hi Ivan,

Thank you for your feedback.

Actually I wasn't fully prepared the documentation because I was finding time writing the textual parts, so I hadn't sent the link to you before.

Your scaffold gives me prompts on what and how to write.

I will finish it step by step and catch up by consulting specific parts with you through these weeks.

Please feel free to comment and help me construct the FB portfolio.

Have a nice day.

Best regards, Kecheng

At 2022-02-23 15:52:42, "Iván Sánchez Milara" @.***> wrote:

Hi Kecheng,

Very good job. It is really an achievement that without any background you managed to build a website in such short time. Congratulations!

Still there are few things that you should clarify in order we can accept this assignment. One important thing, sometimes pictures are not enough to present all the knowledge. You should include some textual explanations.

One recomentat

Principles and Practice Feedback From Assessment guide Sketched your final project idea/s Described what it will do and who will use it Comments About your website

You are using the default mkdocs theme. The structure is clear and you have all required sections.

About your project

It meets the course requirements, and can be perfectly design and built at Fab Lab. Furthermore, it does not have too much complexity so I think is suitable for your skills.

Project Management From Assessment guide Made a website and described how you did it Created a section about yourself on that website Added a page with a sketch and description of your final project idea(s) Documented steps for creating your Git repository and adding files to it Pushed to the class GitLab Comments About me website

It is OK. Perhaps you might want to change the social media links at the bottomo of the page. If someone would like to contact you would be nice to have your information up-to-date.

Description of the GIT process Give a short introduction what is GIT and what is Github. Explain how did you configure "Pages" in github to update the website. Explain how did you upload the structure of your repository, so pages are deployed. Description of the website Explain how you built your site. What is an static site generator? What static site generator did you use? What is a template? What template did you use? Explain how did you modified your site. What is markdown? Summarize markdown syntax (e.g. how did you add images?) Explain how did you use Mkdocs: what is mkdocs build? What is mkdocs serve? What is a localhost?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ivanmilara commented 2 years ago

Hi Kecheng, could you please estimate where your documentation would be ready for checking?

ivanmilara commented 2 years ago

Hi Kecheng,

Very good job. You have really improved your documentation!!!

I also like how you try to translate technical language into something more understandable for eveyrbody.

Still there are few things that you should clarify in order we can accept this assignment. One important thing, sometimes pictures are not enough to present all the knowledge. You should include some textual explanations.

One recomentat

Principles and Practice Feedback

From Assessment guide

Comments

About your website

You are using the default mkdocs theme. The structure is clear and you have all required sections. You have modifed the colors of the them, giving more personalized aspect

About your project

It meets the course requirements, and can be perfectly design and built at Fab Lab. Furthermore, it does not have too much complexity so I think is suitable for your skills.

Project Management

From Assessment guide

Comments

About me website

It is OK

Description of the GIT process

Explain why this is happening. Basically, Github does not support mkdocs, so you need to convert markdown into HTML in your own computer. This operation cannot be done remotely, like it is possible in Gitlab.

Description of the website

For instance if you want to show **xxx** you should write \ before each asterisks.

Furthermore you say for instance three start dots: create a vertical line. But you write ** three start dots -> Where are the e start dots?

Finally the last element in the list []() is to create a link

Markdown language is commonly used in many modern webpages, where you can directly type some dots to change the elements of texts.

I do not understand what you mean there, and I do not understand the pictures you attach later.

In relation to your question in the e-mail. If you want to previsualize the website using http:\localhost:8000 you need to use mkdocs serve

With respect to the switch, sincerelly I do not know. I have not done it before. Your code looks correct, I would need to explore it more deeply. I will let you know when I manage to find out the problem.

ivanmilara commented 2 years ago

Hi Kecheng,

Almost there. Just minor clarifications are needed.

ivanmilara commented 2 years ago

Hi Kecheng,

There is still a minor thing that you need to solve. Other than that, you are basically done. Let me know when it is ready.

kecheeng commented 2 years ago

Hi Ivan,

Finally I understand where your github messages came from lol.

I have modified the documentation as follows:

Step 3: You still have not created a repository. You just have a folder. In order to create a repository you need to do git init image

Step 5: There is no link between local repository and your remote repository. You should do this link by typing in the CMD: git remote add origin where can be found in your Github repo. image

[xxx](): is just the way of creating hyperlinks. Link to other webpages. image

Thank you very much for the guidance. I think it is very meaningful to have f2f classes especially for the first sessions, as you can instantly ask us to retell the logical flows. We can also raise questions while following step on devices. I will be very glad to retake to the VCS session when you have new classes in fablab.

Kecheng

ivanmilara commented 2 years ago

Hei Kencheng. Great work! Now everything seems to be ready. Just one minor thing that you should address. In Step 5 it should be clear that you us git remote before pushing. I will mark it as done, and communicate it to Jani.

kecheeng commented 2 years ago

Hi Ivan,

I have made the revision in Step 5 as below. I do think it is meaningful to retake the VCS session f2f next time to comb all the logical steps. Thank you again for building up the standards of engineering mind and computational thinking, which helps me to continue writing Antti M's input programming documentation.

image

Have a nice weekend.

best regards, Kecheng