dev-kasibhatla / abs

Auditorium Booking System
https://fast.com
GNU General Public License v3.0
1 stars 0 forks source link

Prepare for WTL project #2

Open msvamp opened 3 years ago

msvamp commented 3 years ago

Critical

Table - Pending - @mayuresh141

Table - Schedule - @mayuresh141

Table - Users - @mayuresh141

Tasks

  1. Login-registration
    1. HTML, CSS - @dev-kasibhatla
    2. JS - @Prometheus0102
      1. Validation
      2. API communication
    3. PHP - @msvamp
      1. Email OTP (To everyone in the world) with expiry
    4. Loot GitHub - @mayuresh141
    5. Beautiful homepage - @polarbeast8 (formerly @goalsniper909)
      1. Calendar
      2. Slot boxes with modals
dev-kasibhatla commented 3 years ago

Optional tips for @polarbeast8

Beautiful homepage - @polarbeast8 (formerly @goalsniper909) Calendar Slot boxes with modals

Create just one template box with required variable parameters that are populated using JavaScript. It is easier to keep css classes ready and just switch them in and out to change visual properties. This way you'd be able to change number of boxes, their sizes, grid size and colours easily.

dev-kasibhatla commented 3 years ago

using JavaScript.

Or Java as some people call it. @msvamp

Prometheus0102 commented 3 years ago

Good Calendar for @mayuresh141 : https://github.com/fullcalendar/fullcalendar

dev-kasibhatla commented 3 years ago

I don't think so. For a calendar to fit in, we need a weekly calendar. A single row, or at most 2 rows.

On Fri, 11 Dec 2020, 14:00 Prometheus0102, notifications@github.com wrote:

Good Calendar for @mayuresh141 https://github.com/mayuresh141 : https://github.com/fullcalendar/fullcalendar

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dev-kasibhatla/abs/issues/2#issuecomment-743052406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG726BLFXHT244ZHVN4XDCTSUHKD3ANCNFSM4UL34REA .

Prometheus0102 commented 3 years ago

I don't think so. For a calendar to fit in, we need a weekly calendar. A single row, or at most 2 rows.

On Fri, 11 Dec 2020, 14:00 Prometheus0102, notifications@github.com wrote:

Good Calendar for @mayuresh141 https://github.com/mayuresh141 : https://github.com/fullcalendar/fullcalendar

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dev-kasibhatla/abs/issues/2#issuecomment-743052406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG726BLFXHT244ZHVN4XDCTSUHKD3ANCNFSM4UL34REA .

Calendar madhe week view ahe mhanunach takla mi -_-

msvamp commented 3 years ago

But it is too advanced and overkill @mayuresh141 can use the source as reference and build his own calendar with just week view and read-only events

dev-kasibhatla commented 3 years ago

Building a simple weekly calendar is actually very easy. He has a lot of time. All you need is the dates of the next 7 days, then print them using JS on the page. @mayuresh141 are you even following issues?