Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Admin Area

Frank Pigeon Jr edited this page Apr 24, 2020 · 2 revisions

New Features ✨ Two new features for CBET

Countdown Timer

  • add countdown timer to navbar
  • tie enrollment form w/ countdown

Career Page

  • carousel for featured jobs
  • hot jobs section
  • blog w/ industry related material
  • event section for job fairs
  • externship sign up

Database schema

2 Tables

Table called tbl_Content with Properties: ID int identity Cbet_Title varchar Content varchar(max) Status bit

Table called tbl_CbetContentCategory:

Id int identity Category varchar

Global Fields

  • Title
  • Description (htmlArea for blog) varchar max
  • Partner Name
  • Created By
  • Created date
  • Modify by
  • Modify date
  • Status - Active or Disabled
  • Category - 3 categories. Jobs, Events, and Blog
  • Link
  • Thumbnail
  • Author (for Blogs)
  • Start Date (for Events)
  • End Date (for Events)
  • Location (for Events)
  • Tags (optional)
  • Featured - boolean (for Job Carousel)
Clone this wiki locally