Skip to content

#3873 guest home page#3971

Open
staysgt wants to merge 23 commits intodevelopfrom
#3873-guest-home-page
Open

#3873 guest home page#3971
staysgt wants to merge 23 commits intodevelopfrom
#3873-guest-home-page

Conversation

@staysgt
Copy link
Contributor

@staysgt staysgt commented Feb 15, 2026

Changes

Updated the guest home page. Removed references to applyInterestImageId and exploreAsGuestImageId. Added upload platform logo image into admin tools under recruitment tab.

Screenshots

home page:
Screenshot 2026-02-15 at 10 55 20 AM
Screenshot 2026-02-15 at 10 55 06 AM

admin tools:
Screenshot 2026-02-22 at 10 16 18 PM

postman tests:
Screenshot 2026-02-22 at 10 08 09 PM
Screenshot 2026-02-22 at 10 12 51 PM
Screenshot 2026-02-23 at 5 16 17 PM

Checklist

It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • No yarn.lock changes (unless dependencies have changed)
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #3873

@staysgt staysgt self-assigned this Feb 15, 2026
@staysgt staysgt requested a review from chpy04 February 15, 2026 16:09
Copy link
Contributor

@chpy04 chpy04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not loading on guest page for me and also no admin tools to change the org image

@staysgt staysgt force-pushed the #3873-guest-home-page branch from 5351e42 to 0031382 Compare February 23, 2026 00:29
@staysgt staysgt requested a review from chpy04 February 23, 2026 03:20
Copy link
Contributor

@chpy04 chpy04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to comments, we need to be able to modify the icons / links on the home page such that it is possible to replicate the mock

@staysgt staysgt requested a review from chpy04 March 5, 2026 02:09
Copy link
Contributor

@chpy04 chpy04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of changes we need to make from a UI perspective:

  • In the admin tools, everything related to the guest view should be on the guest view tab of admin tools. The platform image and text should also be on the guest view. Also can you confirm that the description is being used for something else right now?
  • If there is no platform image set the landing page loads forever. We have a logo in the github, so lets default to that if nothing is set
  • For the link types, if you want to abstract the two concepts as a boolean in the backend that is fine, but that absolutely need to be two different tables in the frontend. The current link type table should only show ones where the boolean is false, and then the guest tab in admin tools should use the same table but only with the links where it is true. The form should then know which page it is being called from and automatically set the boolean without the user ever knowing they are the same thing
  • On mobile, the sidebar should open across the whole page not just half, but we can save this for later
  • On the guest landing page, the component and button for people joining is too big. Also we can't call it "learn more" bc it makes it way too easy to click it without reading the text above it. UI/UX 101: users don't read.
  • The projects aren't centered on mobile view:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Guest Page Improvements] - Home Page

3 participants