Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): add "View campaign" and "Create campaign" page wireframes #19

Merged
merged 3 commits into from
May 27, 2021

Conversation

ace-n
Copy link
Contributor

@ace-n ace-n commented May 22, 2021

I did these in one PR to avoid merge conflicts between the two. However, changes should be split on the commit level.

Fixes #16 and #17

@ace-n ace-n requested a review from dinagraves May 22, 2021 02:08
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 22, 2021
@ace-n ace-n linked an issue May 22, 2021 that may be closed by this pull request
@@ -16,6 +16,8 @@
<!doctype html>
<title>View Campaigns | Cymbal Giving</title>

<a href="/createCampaign">Create new campaign</a>

{% for campaign in campaigns %}
<div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion: This template is a good starting place, but as we iterate the markup in the future I think we should embrace HTML5 for improved semantics, more out-of-box accessibility, and a general "modern" feeling for frontend-savvy developers.

@ace-n
Copy link
Contributor Author

ace-n commented May 27, 2021

@dinagraves I'm going to merge this as-is to avoid having to rebase my next PR.

Please ping me if you'd like me to change anything!

@ace-n ace-n merged commit d4e4ee1 into main May 27, 2021
@ace-n ace-n deleted the add-views branch May 27, 2021 00:32
@ace-n ace-n changed the title feat(website): add "View campaign" and "Create campaign" pages feat(website): add "View campaign" and "Create campaign" page wireframes Aug 19, 2021
@grayside grayside added this to the v0.5.0 milestone Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create wireframe for "view campaign details" page Create wireframe for "create campaign" page
2 participants