Skip to content

Latest commit

 

History

History
113 lines (78 loc) · 4.9 KB

DevNotes.md

File metadata and controls

113 lines (78 loc) · 4.9 KB

DevNotes

Notes for other developers to help understanding this repo.

Apology n1

I apologize for the misconduct in commit message code names after commit v1 Delta 3.5 ( https://github.com/yunusparvezkhan/adprava/commit/1c364ca3feb288204db725d6e7f265a6da96cd12 ) to this commit -> (https://github.com/yunusparvezkhan/adprava/commit/1107950c80e3aa285baa8dc8f7f97f9475622b3d).



The commit after v1 Delta 3.5 should have been v1 Delta 3.6 as usual in the notation. But mistakenly while commiting, I pressed v1 Delta 2.6 and then the paradox continued.

Here's a list of mistaken commit names in this blunder and their corrections --->

Newest first order

commit 1107950c80e3aa285baa8dc8f7f97f9475622b3d (HEAD -> master, origin/master, origin/HEAD)
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:47:45 2023 +0530

  • v1 Delta 2.10 || Provided a header on 'DropdownPage'
  • --> v1 Delta 3.10 || Provided a header on 'DropdownPage'

commit 35a41e8f72e06cf8ae2ce5b1d4103bc63dd9b57f
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:44:18 2023 +0530

  • v1 Delta org 1.lts.1 || Created 'AccordionPage' for rendering 'Accordion' component || contribution to previous Delta phase
  • --> v1 Delta org 2.lts.1 || Created 'AccordionPage' for rendering 'Accordion' component || contribution to previous Delta phase

commit ae792c99cf7fb748788d53c0ff307505782baf3a
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:37:25 2023 +0530

  • v1 Delta cleanup 2.9.2 || Removed one unused state in App.js
  • --> v1 Delta cleanup 3.9.2 || Removed one unused state in App.js

commit c9f6d0f4129a9d55904df8d7b070b0d515aef444
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:36:21 2023 +0530

  • v1 Delta cleanup 2.9.1 || Removed 'qnadata' from App.js
  • --> v1 Delta cleanup 3.9.1 || Removed 'qnadata' from App.js

commit 4fbf61842f2a8c3dd8637ffcc0cacfb1503c606e
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:35:15 2023 +0530

  • v1 Delta Migration 2.9.1 || Migrated 'qnadata' dataset to a new file in ./src/data
  • --> v1 Delta Migration 3.9.1 || Migrated 'qnadata' dataset to a new file in ./src/data

commit 695f15bf5e59fdd7069618019fe689473622d278
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 22:32:05 2023 +0530

  • v1 Delta org 2.9.1 || Created 'DropdownPage' for rendering component
  • --> v1 Delta org 3.9.1 || Created 'DropdownPage' for rendering component

commit 549f216676900f88d5adaa672efa970a1cc7afbe
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sun Jun 4 21:55:05 2023 +0530

  • Readme Update v1 Delta n1

commit 296128ecdf70323614ddba605f84d6e89e93d987
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 17:32:00 2023 +0530

  • v1 Delta 2.9 || Displayed answer of the selected question below the Dropdown menu.
  • --> v1 Delta 3.9 || Displayed answer of the selected question below the Dropdown menu.

commit 5e8183608470756acadd849b89efa2b8f68647ac
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 17:21:36 2023 +0530

  • v1 Delta 2.8 || Made a mechanism for closing the dropdown menu with clicks on open places, using useRef hook
  • --> v1 Delta 3.8 || Made a mechanism for closing the dropdown menu with clicks on open places, using useRef hook

commit 3354c8a0f4d11c8aa627e56863d4bf8d932bc346
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 16:47:36 2023 +0530

  • v1 Delta 2.7 || Some style changes
  • --> v1 Delta 3.7 || Some style changes

commit 073a44bcacb213a3d0418a8cbfd1760182c347f6
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 16:45:47 2023 +0530

  • v1 Delta WarFix 2.6.1 || Provided the option id as the key to all mapped options
  • --> v1 Delta WarFix 3.6.1 || Provided the option id as the key to all mapped options

commit 238baf28d0754ff03dc5efc868fdc510bede23ef
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 16:42:52 2023 +0530

  • v1 Delta Cleanup 2.6.1
  • --> v1 Delta Cleanup 3.6.1

commit 59cc65674aa0613e49812a28e1734cf5fe9404e2
Author: Yunus Parvez Khan yunus12.yp@gmail.com
Date: Sat Jun 3 16:41:28 2023 +0530

  • v1 Delta 2.6 || Tried to implement body click handler to close the dropdown menu || STS : neg
  • --> v1 Delta 3.6 || Tried to implement body click handler to close the dropdown menu || STS : neg

Version 1 Narkel 🥥

The Version 1 Narkel contains Three Pages, namely Dropdown, Accordion and Button. Descriptions are given about these pages in the README.md in the root directory.

Version 2 Angur 🍇

The Version 2 Angur contains a new page ModalPage which is a demostration of a Modal component. Read more about it in the Angur Release Notes.