Skip to content

A repository that is for my personal improvement where a form is generated via a button click and various college members may be seen on a card where they may be sorted, deleted, or edited.

Notifications You must be signed in to change notification settings

worldOfVerdure/positionCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Goals

Project that creates a SAP component that after two button clicks, a form may be filled for a college member who may consist of faculty, staff, administration and college members. Once this member is submitted, they will be added to the "card stacks" where members may be searched, removed, and looked up via hashtables with an average runtime of O(1).

Current goals:

  • Modularize single JS file
    • iconTray.js
    • fromCreateUbiquity.js
    • fromCreateFaculty.js
    • dropDownDomMan.js
    • dropDownLogic.js
    • dataStructures.js
  • Utilize hashtable for quick insert, delete, and search features
  • Add animations for cards
  • Make card size responsize
  • Make font-size responsize
  • Add delete entire card feature during form process (ere clicking submit)
  • Resize class delete button
  • Hook up logic to DOM manipulation

Current Known Issues:

Potential memory leaks with addeventlistener.

About

A repository that is for my personal improvement where a form is generated via a button click and various college members may be seen on a card where they may be sorted, deleted, or edited.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published