faradayafrica / Faraday-event

Events manager for the Organisation.
https://events.faraday.africa
2 stars 7 forks source link

Close event registration before event date. #32

Closed nworiekingslee closed 8 months ago

nworiekingslee commented 8 months ago

Description

Fixes # (issue)

Two new fields were introduced to the table.

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

netlify[bot] commented 8 months ago

Deploy Preview for faraday-event ready!

Name Link
Latest commit cc1ec397eb87b9846486ef71b4953ea655c16903
Latest deploy log https://app.netlify.com/sites/faraday-event/deploys/65bae22bda8d150008534844
Deploy Preview https://deploy-preview-32--faraday-event.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 8 months ago

Deploy Preview for brave-jennings-3d7606 ready!

Name Link
Latest commit cc1ec397eb87b9846486ef71b4953ea655c16903
Latest deploy log https://app.netlify.com/sites/brave-jennings-3d7606/deploys/65bae22b9f3fa300080643df
Deploy Preview https://deploy-preview-32--brave-jennings-3d7606.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

nworiekingslee commented 8 months ago

@jomefavourite @devgenix any idea why the deployment is failing?

jomefavourite commented 8 months ago

@jomefavourite @devgenix any idea why the deployment is failing?

Maybe check Netlify why it fails

devgenix commented 8 months ago

@nworiekingslee @jomefavourite

This is the build logs;

2:26:22 PM: build-image version: fcb0c1b3ada6d25c1cb58e8bc514f5f23cc14f15 (focal) 2:26:22 PM: buildbot version: cebdba79ad7a05d907da43c2d1e258ff94a7afe0 2:26:22 PM: Fetching cached dependencies 2:26:22 PM: Failed to fetch cache, continuing with build 2:26:22 PM: Starting to prepare the repo for build 2:26:22 PM: No cached dependencies found. Cloning fresh repo 2:26:22 PM: git clone --filter=blob:none https://github.com/faradayafrica/Faraday-event 2:26:22 PM: Preparing Git Reference pull/32/head 2:26:24 PM: Starting to install dependencies 2:26:24 PM: Python version set to 3.8 2:26:24 PM: Attempting Ruby version 2.7.2, read from environment 2:26:25 PM: Using Ruby version 2.7.2 2:26:25 PM: Started restoring cached go cache 2:26:25 PM: Finished restoring cached go cache 2:26:25 PM: Installing Go version 1.16.5 (requested 1.16.5) 2:26:29 PM: go version go1.16.5 linux/amd64 2:26:29 PM: Using PHP version 8.0 2:26:30 PM: Downloading and installing node v16.20.2... 2:26:30 PM: Downloading https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz... 2:26:31 PM: Computing checksum with sha256sum 2:26:31 PM: Checksums matched! 2:26:33 PM: Now using node v16.20.2 (npm v8.19.4) 2:26:33 PM: Enabling Node.js Corepack 2:26:33 PM: Started restoring cached build plugins 2:26:33 PM: Finished restoring cached build plugins 2:26:33 PM: Started restoring cached corepack dependencies 2:26:33 PM: Finished restoring cached corepack dependencies 2:26:33 PM: No npm workspaces detected 2:26:33 PM: Started restoring cached node modules 2:26:33 PM: Finished restoring cached node modules 2:26:33 PM: Installing npm packages using npm version 8.19.4 2:26:34 PM: npm ERR! code ERESOLVE 2:26:34 PM: npm ERR! ERESOLVE could not resolve 2:26:34 PM: npm ERR! 2:26:34 PM: npm ERR! While resolving: react-meta-tags@1.0.1 2:26:34 PM: npm ERR! Found: react@17.0.2 2:26:34 PM: npm ERR! node_modules/react 2:26:34 PM: npm ERR! react@"^17.0.2" from the root project 2:26:34 PM: npm ERR! peer react@"*" from @testing-library/react@12.1.2 2:26:34 PM: npm ERR! node_modules/@testing-library/react 2:26:34 PM: npm ERR! @testing-library/react@"^12.1.2" from the root project 2:26:34 PM: npm ERR! 9 more (react-countdown, react-dom, react-helmet, ...) 2:26:34 PM: npm ERR! 2:26:34 PM: npm ERR! Could not resolve dependency: 2:26:34 PM: npm ERR! peer react@"^16.6.0" from react-meta-tags@1.0.1 2:26:34 PM: npm ERR! node_modules/react-meta-tags 2:26:34 PM: npm ERR! react-meta-tags@"^1.0.1" from the root project 2:26:34 PM: npm ERR! 2:26:34 PM: npm ERR! Conflicting peer dependency: react@16.14.0 2:26:34 PM: npm ERR! node_modules/react 2:26:34 PM: npm ERR! peer react@"^16.6.0" from react-meta-tags@1.0.1 2:26:34 PM: npm ERR! node_modules/react-meta-tags 2:26:34 PM: npm ERR! react-meta-tags@"^1.0.1" from the root project 2:26:34 PM: npm ERR! 2:26:34 PM: npm ERR! Fix the upstream dependency conflict, or retry 2:26:34 PM: npm ERR! this command with --force, or --legacy-peer-deps 2:26:34 PM: npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 2:26:34 PM: npm ERR! 2:26:34 PM: npm ERR! See /opt/buildhome/.npm/eresolve-report.txt for a full report. 2:26:34 PM: npm ERR! A complete log of this run can be found in: 2:26:34 PM: npm ERR! /opt/buildhome/.npm/_logs/2024-01-31T13_26_33_912Z-debug-0.log 2:26:34 PM: Error during npm install 2:26:35 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1 2:26:35 PM: Failing build: Failed to install dependencies 2:26:35 PM: Finished processing build request in 13.106s

jomefavourite commented 8 months ago

@nworiekingslee maybe change the install script on netlify to this

npm install -f

devgenix commented 8 months ago

@nworiekingslee This doesn't look good

image
Bluebberies commented 8 months ago

@devgenix can I be assigned to work on that?

devgenix commented 8 months ago

@devgenix can I be assigned to work on that?

Yes please.

Instead of the current look, instead contain the link in a button that opens in another tab when clicked.

The button color should be the brand green.