Skip to content

Commit 874d6d6

Browse files
committed
legaldb renamed from caselaw
1 parent 2410e26 commit 874d6d6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/blog/authors/krysal/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ name: Krystle Salazar
55
md5_hashed_email: f36bcb2678c0c0845f8adf634c4d764b
66
---
77
about:
8-
Krystle is a Software Developer from Venezuela, working on **Reimplement [CC’s Legal Database](https://github.com/creativecommons/caselaw) using Django** as part of Outreachy Summer round of 2020. You can find her as `@krysal` on the CC Slack.
8+
Krystle is a Software Developer from Venezuela, working on **Reimplement [CC’s Legal Database](https://github.com/creativecommons/legaldb) using Django** as part of Outreachy Summer round of 2020. You can find her as `@krysal` on the CC Slack.

content/blog/entries/legal-database-a-new-beginning/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ It has only been a week so we're just starting, so next task to do sooner are:
5353
### How you can help
5454

5555
We are still discussing the new image before start coding so these are some options if you want to get involved:
56-
- Suggest improvements to designs/UX or new features joining the discussion on the [`#cc-dev-legal-database`](https://creativecommons.slack.com/channels/cc-dev-legal-database) Slack channel or on the [github](https://github.com/creativecommons/caselaw) project.
56+
- Suggest improvements to designs/UX or new features joining the discussion on the [`#cc-dev-legal-database`](https://creativecommons.slack.com/channels/cc-dev-legal-database) Slack channel or on the [github](https://github.com/creativecommons/legaldb) project.
5757
- Contribute directly to the CC's Vocabulary design system on [github](https://github.com/creativecommons/vocabulary).
5858
- Submit a case or a scholarship related to CC licenses on the [current site](https://labs.creativecommons.org/caselaw/contribute/).
5959

6060
**CC Legal Database** is my Outreachy project for this summer, under the guidance of Director of Engineering [Kriti Godey](https://creativecommons.org/author/kriticreativecommons-org/) and Core Systems Manager [Timid Robot Zehta](https://creativecommons.org/author/timidcreativecommons-org/), they are very supportive and the CC community is notable welcoming.
6161

62-
This is the first post of a series so stay tuned if you're interested to know more.
62+
This is the first post of a series so stay tuned if you're interested to know more.

content/blog/entries/legal-database-features/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ While developing the mentioned functionalities I was also in charge of adding au
3939
<figcaption>Example of page obtained when requesting a case detail that is not published or doesn't exist.</figcaption>
4040
</figure>
4141

42-
In this process of adding automated tests I wanted them to run on every pull request created, so I learned how to write a GitHub Action with a PostgreSQL service, the DBMS used in this case. Previously, I had already created a job for linting, so I needed to add another one to run in parallel to save time. This service provided by GitHub is pretty cool and useful, it opens up a world of possibilities, from running third party services like [Lighthouse test](https://github.com/GoogleChrome/lighthouse-ci) to even [send tweets](https://github.com/gr2m/twitter-together)! If you want to see the GitHub Action file configurated for this project, check it out: [`.github/workflows/main.yml`](https://github.com/creativecommons/caselaw/blob/31c3002a7860d78f3fdb464150c5c1b2f8bb86fc/.github/workflows/main.yml).
42+
In this process of adding automated tests I wanted them to run on every pull request created, so I learned how to write a GitHub Action with a PostgreSQL service, the DBMS used in this case. Previously, I had already created a job for linting, so I needed to add another one to run in parallel to save time. This service provided by GitHub is pretty cool and useful, it opens up a world of possibilities, from running third party services like [Lighthouse test](https://github.com/GoogleChrome/lighthouse-ci) to even [send tweets](https://github.com/gr2m/twitter-together)! If you want to see the GitHub Action file configurated for this project, check it out: [`.github/workflows/main.yml`](https://github.com/creativecommons/legaldb/blob/31c3002a7860d78f3fdb464150c5c1b2f8bb86fc/.github/workflows/main.yml).
4343

4444
### Accessibility
4545

@@ -67,4 +67,4 @@ Some other features were implemented but only relevant to our registered users,
6767

6868
After reviewing all done this last month I see significant progress has been made, I have learned many things along the way: more of what Django and its ecosystem offers, about accessibility, continuous integration in Heroku and GitHub, and more. One of the things that makes me most happy is being able to be contributing and being part of an Open Source organization, knowing how it moves and works inside, something I never imagine before.
6969

70-
Time flies and there are less than two weeks left to finish, so if you want to follow the project here is the repository to suggest improvements or report bugs, or if you prefer something less technical you can join us on the [slack channel](https://creativecommons.slack.com/channels/cc-dev-legal-database).
70+
Time flies and there are less than two weeks left to finish, so if you want to follow the project here is the repository to suggest improvements or report bugs, or if you prefer something less technical you can join us on the [slack channel](https://creativecommons.slack.com/channels/cc-dev-legal-database).

content/community/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The channels most relevant to CC's developer community are:
4242
<td><a href="https://github.com/creativecommons/cccatalog-dataviz">CC Catalog visualizations.</a></td>
4343
</tr>
4444
<tr>
45-
<td><code>#cc-dev-legal-database</code></td>
46-
<td><a href="https://labs.creativecommons.org/caselaw/">CC Legal Database.</a></td>
45+
<td><code>#cc-dev-legaldb</code></td>
46+
<td><a href="https://github.com/creativecommons/legaldb">CC Legal Database.</a></td>
4747
</tr>
4848
<tr>
4949
<td><code>#cc-dev-license-chooser</code></td>

0 commit comments

Comments
 (0)