Giter Club home page Giter Club logo

uenroll's Introduction

👋🏿  Hi there! I'm Andy

🛠  Tech Stack

Golang Python JavaScript Java Kotlin Swift C C++ React Node.js TypeScript Django Flask FastAPI OpenAPI Selenium Tensorflow OpenCV PostgreSQL MongoDB Kubernetes HTML CSS Git GitHub Markdown Visual Studio Code

⚙️  GitHub Analytics

uenroll's People

Contributors

andychow326 avatar dependabot[bot] avatar faijai avatar tommsin avatar wahtheboi avatar

Watchers

 avatar

uenroll's Issues

Add User Management page (admin)

Portal

  • SearchBar
  • Table

Server

  • user.list query procedure
  • user.create mutation procedure
  • user.edit mutation procedure
  • user.delete mutation procedure

Add Authentication pages

Portal

  • Login page
  • Forgot Password page
  • Reset Password page

Backend

  • auth.login query procedure

    • Input:
      • userID: string
      • password: string
    • Output:
      • sessionID: string
  • auth.forgotPassowrd query procedure

    • Input:
      • userID: string
    • Actions:
      • Generate random temporary token
      • Embed token into redirect URL in forgot password instruction
      • Send the instruction to user's email
  • auth.resetPassword mutate procedure

    • Input:
      • token: string
      • newPassword: string
      • confirmPassword: string
    • Actions:
      • Change user's password

Add Shopping Cart page (student)

Portal

  • Enroll Button
  • Delete Button
  • Vaildate Button
  • Select All Button
  • Table

Server

  • shoppingcart.list query procedure
  • shoppingcart.delete mutation procedure
  • course.vaildate mutation procedure

Add Course Search page (student)

Portal

  • RecentlyViewedTable
  • SearchBar
  • SearchResultTable

Server

  • recentlyviewed.list query procedure
  • search.list query procedure

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.