Giter Club home page Giter Club logo

pe's Introduction

Stephen's Portfolio Website (WIP)

Credits for base design go to: https://github.com/Maclinz/final-portfolio-2

This Repository Serves as a archive of the steps involved in getting the portfolio website up. Hence it is not connected to github-pages

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

pe's People

Contributors

blackonyyx avatar

Watchers

 avatar

pe's Issues

Required feature requires connectivity to internet

Acceptance Test bug:
The feature does not pass the requirement to help CS students plan for graduation, as there is no check for qualifying for specialisation tracks. Hence it does not fully meet the requirements for managing the requriements for a CS undergraduate as mentioned in the User Guide.

Screenshot 2020-11-13 at 4.55.02 PM.png
Requirements checking:
Screenshot 2020-11-13 at 4.54.11 PM.png

Furthermore, many of the validation steps for preclusions, are likely a part of the NUSMODS Database api functionality.

Sequence flow diagram is extremely verbose and complex

As the point of a sequence flow diagram is to be concise and give the reader a good understanding of the inner workings, consider breaking this diagram up into smaller steps and procedures, building up to the completion of the command.
Screenshot 2020-11-13 at 5.27.30 PM.png

Similarly with the edit sequence diagram, the excess amount of detail causes it to become conversely complex to understand

Addition of modules into the system

Acceptance Testing bug
I can add CS3244 without completing ST2334 first, nor satisfying the preclusion substitutes mentioned in this description below. As such does not help with module planning for module management.
delete ST2334
add CS3244
Screenshot 2020-11-13 at 5.08.45 PM.png
Suggestion:
Validate that the student has the requisite modules before adding the module into the list. Otherwise, flag out an error.

Edit Feature is hard to, if not almost impossible to test properly due to online functionalities.

As mentioned previously, the application requires an online querying to validate that a given module does not exist.
Hence this fails as a feature I cannot add an new module that perhaps is a DYOM module not stored on NUSMODS, and is not a feature I can reasonably test. Similarly, what if I have done a module on exchange, and want to add it to my completed list?

Suggestion is to store a portion of Modules offline, or have a mode that is offline, such that features can be tested more reasonably, and allow new module codes to be created.
Screenshot 2020-11-13 at 4.42.13 PM.png

Screenshot 2020-11-13 at 4.38.14 PM.png

Inconsistent Instruction in UserGuide Documentation

User Guide states that
The Result Display Box will display the message “2 modules found!” and you will be able to see only the modules whose module codes contain “ma” and modules with “bestmodule” as a tag in the Completed Modules List. But does not specify that it needs to be case sensitive, and finds any substring matching, meaning if i perform
find hh
like below, I return a result as well.
Screenshot 2020-11-13 at 5.00.21 PM.png

Contradiction of stated command archietecture

As the diagram here states, there is a CommandParser for each item, however, this command appears to contradict the given archietecture below, with no ListCommandParser accompanying.
Screenshot 2020-11-13 at 5.34.00 PM.png
Remedy by:
Stating that this command is special and does not follow the usual design pattern specified & reasons for why it is designed this way instead.

Additionally, Termination of List Command is missing in the sequence diagram, after returning commandresult
Screenshot 2020-11-13 at 5.32.58 PM.png

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.