KMulji / NYT-Website

A website for House of Hope(NYT)
0 stars 0 forks source link

Use case diagram #14

Closed KMulji closed 2 years ago

KMulji commented 2 years ago

Use case diagram highlighting the core functionality of the web application

KMulji commented 2 years ago

The current implementation of the House of Hope website raises issues to do with editing of the text files present on the website, The main issue is that in order for jekyll to recognize and generate the site from text files, they have to be in markdown. The main issue with markdown is that it is hard for people who are not tech savvy.

Goal As a result the goal of this project is to develop a web application that allows users to Create. Read, Update and Delete markdown files on a jekyll project that is on github. The application will have a editor that will allow the user to edit a document as though it is a word document and it will convert and commit the file back to github.

KMulji commented 2 years ago

IMG_3969 Use case diagram is shown in the above image.