Code Monkey home page Code Monkey logo

duty-buddy's Introduction

Hi, I'm Brendan!

Github

I am a year 3 Student at the National University of Singapore who picked up programming and software engineering in the midst of my Economics Degree. I love making user-friendly applications and learning new stuff!

  • 💻 Software Engineering Intern at GovTech

Top Langs Brendan's GitHub stats

Reach Out To Me! ✉️

Feel free to connect with me if you have any interesting tech projects you would like me to be a part of!

LinkedIn Email


Languages 🧰

Java C++ Python typescript Javascript Ruby HTML CSS

Tools & Frameworks 🛠️

Node.js React.js Figma canva Git VS Code Flask Rails PostgreSQL mysql mongodb tailwindcss

duty-buddy's People

Contributors

brendancheong avatar ryan195 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

duty-buddy's Issues

TEST-1: Create Test cases

Features

If this app continues we will create test cases eventually. We will only focus on unit test for each React component and file.

FEAT-3: Create the Login page together with Firebase authentication

Feature

  1. Using firebase, create an authentication service where the user can login with the credentials and register with their credentials.
  • username

  • password

    No need for email authentication for now.
    Keep all dummy users passwords as password1234 for now.

  1. Create a simple Login page with a form.
  • you will need to use Formik and Yup packages.
  1. Create a Registration form.
  • you will need to use Formik and Yup packages.

Solution

you can take a look at this video for help

FEAT-7: Create the duty page

Features

This page will allow the user to create his own duty page and register the people on that duty cycle for that page. Doing registering people will also add the users to the Firebase NoSQL database (Firestore)

Create a form and make use of the Formik and Yup libraries. Remember to create a loading screen when they send over the details

FEAT-2: Create a Sidebar Menu for Navigation

Features

The sidebar menu will allow the user to navigate to different pages.
The pages are:

  • Home: Where the user will first see the calendar page
  • Duty: The page where the user will first create a duty cycle
  • Profile: The page where the user can log out to the login screen
  • Roster: The page showing all the people who are doing the duty

Solution

use this video for reference
You will have to use Tailwind-rn to style it but should be no problem

Priority

  • medium

FEAT-8: Create a simple profile page

Features

Profile page will just show the user's name and a randomly generated profile pic (stored in database, use a library to randomly create a profile pic)
Most importantly it will allow the user to logout of the application

FEAT-9: Create a roster page for each duty cycle created

Feature

This page will allow the user to see who are the people involved in that duty cycle. It will list all the users. You can create a separate page for each person clicked to allow them to see the details of that person (like what duty they have and what duty they have to do)

DOC-1: Rewrite README to be more descriptive

Rewrite the README to be more descriptive about what we are doing, some sections can include:

  • Application idea description
  • Detailed description of features
  • User guide
  • Images of wireframe
  • Images of application
  • Tech stack used and why
  • Challenges faced (reflections)
  • Developer setup guide

FEAT-10: Create an express js server for the backend

Features

Our backend will be an express JS server with REST API endpoints that is connected to firestore. It will be hosted on heroku (easy) or EC2 instance if you are feeling brave to explore that with a Docker container (harder)

FEAT-4: Scheduling Algorithm

See discord and telegram for details on this algorithm

We will have a separate folder just for this algorithm. You can use console.log to get the output of this algorithm

FEAT-6: Home page calendar

Features

Using this repo here, find a way to create a calendar application on the front page. We also need to figure out how to configure this library.

The calendar application needs to have:

  • show who is doing what duty
  • show a specific date and the specific timing of that duty, together with who is doing that duty

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.