Skip to content

Commit

Permalink
docs: update tags in TODO list with project links
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Sep 25, 2024
1 parent a71c83d commit 1b6212e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions notes/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Core Functionality

(tag is `core`)
tag is: [`core`](https://github.com/users/shaneholloman/projects/9/views/7)

- [x] Implement direct repository URL analysis
- [ ] Expand Git hosting service support (GitLab, Bitbucket)
Expand All @@ -24,37 +24,37 @@

## File Outputs

(tag is `outputs`)
tag is: [`files`](https://github.com/users/shaneholloman/projects/9/views/7)

- [x] Generate `*_codemap.md` for file contents and directory structure
- [ ] Create separate `*_docmap.md` for documentation directories
- [ ] Add repository source information to output file header

## CodeMapper Service

(tag is `service`)
tag is: [`service`](https://github.com/users/shaneholloman/projects/9/views/7)

- [ ] Create a server version of CodeMapper with API
- [ ] Implement user authentication and authorization
- [ ] Ansible playbook for server deployment

## Documentation

(tag is `docs`)
tag is: [`docs`](https://github.com/users/shaneholloman/projects/9/views/7)

- [x] Utilize changelog.md for version tracking

## AI Integration

(tag is `ai`)
tag is: [`ai`](https://github.com/users/shaneholloman/projects/9/views/7)

- [ ] Implement AI-generated alt text for images --option
- [ ] Implement AI-generated code summarization --option
- [ ] Explore base64 image encoding and embedding in output --option

## Output Formats

(tag is `outputs`)
tag is: [`outputs`](https://github.com/users/shaneholloman/projects/9/views/7)

- [x] Markdown (default)
- [ ] JSON
Expand All @@ -64,7 +64,7 @@

## User Experience

(tag is `ux`)
tag is: [`ux`](https://github.com/users/shaneholloman/projects/9/views/7)

- [ ] Create PreFlight checks for CodeMapper
- [ ] Check for git
Expand All @@ -81,7 +81,7 @@

## Developer Experience

(tag is `dx`)
tag is: [`dev`](https://github.com/users/shaneholloman/projects/9/views/7)

- [x] Implement CI for linting
- [ ] Implement CI for automated testing
Expand Down

0 comments on commit 1b6212e

Please sign in to comment.