Skip to content

Commit 89e0a4f

Browse files
authored
Merge pull request #674 from codeforpdx/Development
Final Update from 0.13.0 to 1.0.0-alpha
2 parents 27165c3 + 9396c90 commit 89e0a4f

File tree

131 files changed

+4540
-1593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+4540
-1593
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Bug report
33
about: Create a bug report
44
title: '[Bug Report] - Your Title Here'
55
labels: 'bug'
6+
projects: 'PASS'
67
assignees: ''
78

89
---
@@ -35,4 +36,4 @@ Steps to reproduce the behavior:
3536
If you have a suggestion for how to fix the bug, please provide details here.
3637

3738
### Additional context:
38-
Add any other context about the problem here.
39+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/enhancement_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Enhancement request
33
about: Suggest an enhancement for this project
44
title: '[Enhancement] - Your Title Here'
55
labels: enhancement
6+
projects: 'PASS'
67
assignees: ''
78
---
89

@@ -31,4 +32,4 @@ Discuss any potential drawbacks or negative impacts this enhancement might have,
3132
Mention any alternative solutions or enhancements you've considered. Why were they not chosen or why are they less desirable than your proposal?
3233

3334
### Additional Context:
34-
Add any other context or screenshots about the enhancement request here.
35+
Add any other context or screenshots about the enhancement request here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: '[Feature Request] - Your Title Here '
55
labels: 'new feature'
6+
projects: 'PASS'
67
assignees: ''
78

89
---
@@ -20,4 +21,4 @@ If you have a specific solution in mind, outline it here. Include as many detail
2021
A clear and concise description of any alternative solutions or features you've considered and why they could or could not work.
2122

2223
### Additional Context:
23-
Add any other context or screenshots about the feature request here. If you have mock-ups, prototypes, or any visual aids that could help illustrate the feature, please include them.
24+
Add any other context or screenshots about the feature request here. If you have mock-ups, prototypes, or any visual aids that could help illustrate the feature, please include them.

.github/workflows/add_project_to_issue.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Code for PDX
3+
Copyright (c) 2022 CODE PDX
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
VITE_SOLID_IDENTITY_PROVIDER="http://localhost:3000/"
22
VITE_SOLID_POD_SERVER="http://localhost:3000/"
33
VITE_SUGGESTED_OIDC_OPTIONS="http://localhost:3000/, https://opencommons.net/, https://solidcommunity.net/, https://login.inrupt.com/, https://inrupt.net/"
4+
VITE_OIDC_WEBIDS = '{"http://localhost:3000/": "http://localhost:3000/user/profile/card#me", "https://opencommons.net/": "http://opencommons.net/user/profile/card#me", "https://solidcommunity.net/": "https://user.solidcommunity.net/profile/card#me", "https://login.inrupt.com/": "https://id.inrupt.com/user", "https://inrupt.net/": "https://id.inrupt.com/user"}'
45
VITE_CLIENT_ID_DOC="http://localhost:3000/clientAppId.json"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "pass",
33
"homepage": ".",
4-
"version": "0.12.0",
4+
"version": "1.0.0-alpha",
55
"description": "",
66
"scripts": {
7-
"start": "concurrently --kill-others \"npm run dev\" \"npm run podserver\"",
7+
"start": "concurrently --kill-others \"npm run podserver\" \"npm run dev\"",
88
"dev": "vite --host",
99
"build": "vite build",
1010
"test": "vitest",

public/assets/app-blue.webp

45.1 KB
Binary file not shown.

public/assets/app-green.png

-73.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)